Conversation
|
This PR contains changes to historicalBar.js too. Please keep each PR containing only a single feature or bugfix, thanks! |
|
I'm not sure what options I have left. If one would like to have two bars and lines showing historical data he must use The only option I see is to prepare completely new bar model inspired by |
|
I guess I don't understand why the changes to historicalBar.js were needed then. Can you explain it more? |
|
In my case I wanted to use Unfortunately historicalBar was designed to be the only one on the chart. When two historicalBars were set there were errors with tooltips. My modification hopefully doesn't break anything else and provide an option to use Only other option I see is to create |
Multichart was added options
barModelandxScale. Now one can usehistoricalBarin multichart which plays well with lines and additional bars: grids are aligned with bars.