-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Plotly chart renderers #89
Comments
@nicolaskruchten Any news on this issue? Thanks in advance. |
My intention is to replace C3 with Plotly altogether but at the moment there isn't parity between the two because plotly.js does not yet support Stacked Areas (although it's being worked on). So the day that Plotly can be a drop-in replacement for C3 we can switch over. We could switch over sooner but that would mean that anyone using Stacked Areas that switches would see breakage. |
@nicolaskruchten any chance of creating a separate branch in the meantime? I'm assuming by "drop-in replacement" it's an easy change but I might be way off. |
I don't have a lot of bandwidth to manage separate branches at the moment, unfortunately. Keep an eye on plotly/plotly.js#1217 :) |
Thank you :) |
@nicolaskruchten looks like plotly/plotly.js#1217 was just closed :) |
Yes I know ;) I can't commit a timeline for this, but at least there are now no new technical blockers. |
That's good. I'll keep an eye out, thanks. |
One step closer: PivotTable.js' plotly_renderers now has Area charts just like the c3_renderers |
I would like to track this SO question R rpivotTable add Plotly chart renderers
The text was updated successfully, but these errors were encountered: