Skip to content
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

Support ability to use Plotly renderers #105

Open
Flaurite opened this issue Sep 15, 2020 · 0 comments
Open

Support ability to use Plotly renderers #105

Flaurite opened this issue Sep 15, 2020 · 0 comments
Assignees
Labels
type: enhancement New feature or request
Milestone

Comments

@Flaurite
Copy link
Contributor

Environment

  • Platform version: 7.2
  • Client type: Web

Description of the bug or enhancement

See forum thread.

pivottable.js provides optional renderers such as Plotly, Google Charts and etc. See pivottable.js wiki. To improve c3 charts we can add option to use Plotly renderers. It is not complicated to add Plotly renderers:

private static native void addPlotlyRenderers(JavaScriptObject config) /*-{
    config.options.renderers = $wnd.$.extend(
	                        config.options.renderers,
                                $wnd.$.pivotUtilities.plotly_renderers);
}-*/;

The full example of using Plotly here: pvtdemo.zip. Open Pivot Screen.

So things we should do:

  • Update pivottable.js version
  • Add option to use Plotly renderers
  • Improve ability to add new renderers to the enum Renderer
@Flaurite Flaurite added the type: enhancement New feature or request label Sep 15, 2020
@Flaurite Flaurite added this to the Release 7.2 milestone Sep 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants