Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

How to hide axis or grid? #67

Closed
endigo opened this issue Jun 11, 2018 · 2 comments
Closed

How to hide axis or grid? #67

endigo opened this issue Jun 11, 2018 · 2 comments

Comments

@endigo
Copy link

endigo commented Jun 11, 2018

No description provided.

@truongphamit
Copy link

add renderSpec: new charts.NoneRenderSpec()

new charts.BarChart(
      seriesList,
      primaryMeasureAxis:
          new charts.NumericAxisSpec(renderSpec: new charts.NoneRenderSpec()),
    );

@shredding
Copy link

Can i somehow remove the space / padding as well?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants