You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to create a chart with a line for a time series, but on the background or maybe on the upper portion of the chart, I want to have several polarArea plots, one for each day, something like this:
I could create several canvas and charts, but I need them to be at specific times, so it would be nice to center the polarAreas at the X-coordinates of the line.
Do you think it's possible to do that using basic Chart.js functionality? Or maybe I should develop my own type of chart/axes? How would you approach this problem?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all,
I want to create a chart with a line for a time series, but on the background or maybe on the upper portion of the chart, I want to have several polarArea plots, one for each day, something like this:
I could create several canvas and charts, but I need them to be at specific times, so it would be nice to center the polarAreas at the X-coordinates of the line.
Do you think it's possible to do that using basic Chart.js functionality? Or maybe I should develop my own type of chart/axes? How would you approach this problem?
Beta Was this translation helpful? Give feedback.
All reactions