billboard.js icon indicating copy to clipboard operation
billboard.js copied to clipboard

How to suggest / contribute updated StackBlitz demos?

Open tony opened this issue 4 years ago • 1 comments

Is there a place where we can update code in the demos?

Description

For TypeScript sandbox X Axis Tick Timeseries

Before: https://stackblitz.com/edit/uxpffm--run?file=index.ts

After (added missing s3 and types): https://stackblitz.com/edit/kjsk6s?file=index.ts

tony avatar Jan 01 '21 16:01 tony

checkout the related code from here:

  • https://github.com/naver/billboard.js/blob/master/demo/chart.js#L493

And send PR(make sure to read contribution doc) for the contribution. :)

  • https://github.com/naver/billboard.js/blob/master/CONTRIBUTING.md

netil avatar Jan 07 '21 09:01 netil