amcharts3
amcharts3 copied to clipboard
unstable synchronization of multiple panels in stockchart v3
If you click on the link below (sorry about the long url) maximize your browser, then restore down, you will see the time axes out of alignment. If you jiggle the bottom right corner, they should synchronize. Any idea how to fix this?
https://danscarr.com/SeasonalsGenerator.action?newGeneralForm=%7B"json":"","chartType":"amcharts","grouping":"off","balloons":false,"lineWidth":1,"height":600,"width":960,"legendLocation":"bottom","legsPanel":"no","study":"seasonal","generator":"SeasonalsGenerator","startDate":"2017-02-01T08:00:00.000Z","endDate":"2020-01-09T08:00:00.000Z","hiddenAmchartsItems":%5B"OJ2022F","OJ2021F"%5D,"eye":%5B1.9,0.93,0.31%5D,"sampleContract":%5B"OJ2022F","OJ2021H","OJ2021K","OJ2021N"%5D,"saveName":"002244","legs":1,"selected":%5B%5D,"mult":%5B1,1,1,1%5D,"p":%5B1,-1,1,1%5D,"unitMove":%5B150,150,150,150%5D,"method":"average","seasonalSelectionMode":"standard","y1":15,"addCOTPanel":false,"addRSIPanel":true,"truncate":10,"seasonals":%5B5,15%5D,"normalization":"off","normalizationDate":"1","normalizationMonth":"January","intracommodity":true,"openMonth":"January","openDate":"1","closeMonth":"February","closeDate":"1","rsiPeriod":14,"rsiSource":"OJ2020F","spread":"","amchartsChartType":"ohlc","dataType":"weekly","page":1,"language":"en","user":"danscarr","showOpenSpreadsThicker":true%7D
Try setting table-layout: fixed;
in the table containing the chart. You'll need to set an explicit size on your listCell, though.
I also recommend updating to 3.21.15 as you're using 3.13.0, which is extremely old. There have been many improvements and fixes since.