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
@rousan rousan added this to Proposed in Muze & Datamodel via automation Jul 31, 2020
@rousan rousan moved this from Proposed to Planned in Muze & Datamodel 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
Muze & Datamodel
  
Planned
Development

No branches or pull requests

1 participant