square / cubism

Cubism.js: A JavaScript library for time series visualization.
https://square.github.com/cubism/
Other
4.94k stars 527 forks source link

A D3V5 & ES6 port of cubism #140

Open BigFatDog opened 6 years ago

BigFatDog commented 6 years ago

Hello guys, I've done a ES6 module of cubism based on D3V5: cubism-es. Now cubism-es is available via npm install.

You may check working demos, basic usages, api breaks and limitations in project's homepage.

The code base have changed a lot from the original cubism, including not only the code model but also packaging. I'm not sure if submitting a PR is still appropriate in this situation.

I proposed this project in discussion #130 still maintained? but got no reply from Square's cubism team so far. Therefore, I decide to publish cubism-es rather than wait for relies.

If there's any problems, please feel free to open issues or propose feature requests.

Yours Yun Xing

agaurav commented 6 years ago

@BigFatDog Great Work!

Is there a doc on the new API or api-breaks is the only change?

BigFatDog commented 6 years ago

@agaurav api-breaks has been revised to the full list of breaking api changes.

aspiers commented 3 years ago

Please could an admin pin this issue for greater visibility?