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
Being saved to a pure HTML+CSS (no javascript) file
Resizing naturally with larger or smaller screen sizes
Data sets large enough that not all x-axis labels will fit
Print support is a nice-to-have, but conflicts heavily with the previous goal
SVG can work for charts; CSS selectors work the same way as with regular HTML entities AND it can take % dimensions specifications. We basically have a choice between SVG and canvas for line/pie/doughnut charts (which all still need to be implemented).
We'd probably want scatterplots at a higher priority than any of the above.
The text was updated successfully, but these errors were encountered:
Charts need to support
SVG can work for charts; CSS selectors work the same way as with regular HTML entities AND it can take % dimensions specifications. We basically have a choice between SVG and
canvas
for line/pie/doughnut charts (which all still need to be implemented).We'd probably want scatterplots at a higher priority than any of the above.
The text was updated successfully, but these errors were encountered: