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 know that this is probably outside the remit of this addon. And I'm not sure why this is the case. But it means that the README sample doesn't work out of the box for components.
The first thing that twigged me to it, which resulted in a productive Google search, was turning off responsive.
letoptions={responsive: false};
The text was updated successfully, but these errors were encountered:
Hi there. I have spent a little while debugging why my chart wasn't working. I was tipped to the final solution but Stack Exchange.
It was to wrap my component in a
div
. The SE answer mentioned setting a height which I've found wasn't necessary.period-graph.component.hbs
Doesn't work
Does work
I know that this is probably outside the remit of this addon. And I'm not sure why this is the case. But it means that the README sample doesn't work out of the box for components.
The first thing that twigged me to it, which resulted in a productive Google search, was turning off responsive.
The text was updated successfully, but these errors were encountered: