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
{{ message }}
This repository has been archived by the owner on May 2, 2022. It is now read-only.
Use width and height in Getting started code in Readme.md file as follows:
canvas.data(dm)// Set data to the chart..rows(["Horsepower"])// Fields drawn on Y axis..columns(["Origin"])// Fields drawn on X axis..width(600).height(700).mount("#chart");// Specify an element to mount on using a CSS selector.
The text was updated successfully, but these errors were encountered:
Use width and height in Getting started code in Readme.md file as follows:
The text was updated successfully, but these errors were encountered: