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
As mentioned in #8, Chart.js always uses a width of 100% (and does not support specific width or height)
C3.js seems to only support width and height in pixels.
And finally, Chartist always uses a width of 100%.
Again, if my assumptions are incorrect, feel free to comment.
If I don't specify width, it does not scale to 100% per default :
However, if I try to put whatever number for width and height, it is getting "larger" than the case above, but with the problem of overlaping what is below the graph :
So not sure of the 100% default.
Finally, if I do specify width and height to 100%, it seems to take the full width (without any relation to the number I do specify, may it be 50% or 100%, but take the full width) :
Would it be possible to specify the width of the generated graphs with a relative number (percentage) and not only in pixels ?
I would like to have a definition such as :
Currently, this is not possible on :
The text was updated successfully, but these errors were encountered: