Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

Give width and height in Getting Started code in README.md #283

Open
rousan opened this issue Jul 31, 2020 · 0 comments
Open

Give width and height in Getting Started code in README.md #283

rousan opened this issue Jul 31, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@rousan
Copy link
Member

rousan commented Jul 31, 2020

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.
@rousan rousan added the bug Something isn't working label Jul 31, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant