I need to switch to a different chart software, and I need something very specific… I think CanvasJS can do this, but wanted to make sure before investing a ton of time into tinkering just to find out it doesn’t.
Two data sets…
1. Candlestick chart (Y-Axis: price; X-Axis: date)
2. XY Line chart (Y-Axis: price, shared with #1’s Candlestick chart; X-Axis: Values between +1000000 on left and -1000000 on right, or scaled to whatever min-max the data has)
So not only is the line chart sharing the Y-axis with the candlestick chart, the direction of the values is flipped. Like I said, I *think* CanvasJS can do this… but it’s complicated enough that I could use someone confidently telling me yes/no before I spend a bunch of time on this. Really appreciate any responses. Thanks!