-
Notifications
You must be signed in to change notification settings - Fork 12k
Description
I wanted to create a combined chart containing line data and bar data which are both independent from each other and are providing data to set with x/y coordinates in a time scale.
Here is the current solution in a js fiddle:
[https://jsfiddle.net/av15kuwj/6/](combined chart with line %28x/y%29 and bar only y)
As you can see for the line data i provided a x and y value for each entry. Now i wanted to do the same for the bar data:
[https://jsfiddle.net/o7Lk1m0n/1/](combined chart with line %28x/y%29 and bar %28x/y%29)
As you can see the bar data now isnt even showing up. What i need to do is to have a chart showing to completely independent datasets, one line dataset and one bar dataset in a time scale and i need to be able to define their positions by providing x and y coordinates.