send a predefined chart to the amchart editor - amcharts

is it possible to send an already amchart4 created chart to the amchart editor library?
I don't want to loose the data, colors, ... etc.
scenario:
1- create pie chart using amchart4 library.
2- fill and edit format of chart (to be the new default).
3- send created chart to editor if user wants to edit.

Related

How to make d3.js charts interact with dc.js

We have multiple charts developed in d3.js. We are creating a dashboard where user can add multiple charts which will be visible in one view.
Is is possible to create interactivity between these charts and dc.js? Or do we need to develop these charts in dc.js again?
Please suggest an alternate in case of No.

Chart Shared Tooltip Title

So I have a chart which has a shared tooltip across multiple series. This is a time-based series, with categories of each hour in a day. I'm able to correctly format the labels in the chart just fine.
The issue I have is that I can't seem to change the title of the tooltip. It's always formatted as m/ddd/yyyy. I've tried changing the template, changing the format, etc, but because it's shared those only seem to be applied to the values and not the category title itself.
Is this possible to do? Can I create a custom tooltip instead of using the chart tooltip builder? I've been trying to do this, but have not gotten it to work successfully yet.
It turns out I needed to set the SharedTemplate instead of the Template.

how to save d3js charts and use that charts later

I am creating one application where a end user create a chart with a simple Gui and charts are d3.js also user can save that and edit it whenever required in near future.
so how do i save that chart or in which format, so that in future a end user can edit that chart.

parameters passed when clicking a point on a NVD3 line chart or a slice in a pie chart

I have just started using NVD3 for drawing simple charts such as line/pie/bar and such.
I would like to add some mouse interactivity to these charts but cannot find specific documentation nor example code:
allow user to click a specific line point, pie slice, bar component
receive in my program notification of the click with details of the series and point/data row pertinent to the click.
E.g., if I drew sales versus years, I would like user to be able to drill down to sales of a particular year. The line graph onclick example I have seen here are way too coarse for such detailed interaction.
Is there a relevant page(s) that documents the mouse click specifications for these types of charts?
Is it even possible with NVD3?
Thanks.
here you can see the plunker example ,may be you can get some help .
this example is for the pie chart drill down using angularjs and Nvd3 charting lib.
http://plnkr.co/edit/UjOP0k5Jo3OvQ6A79Qv9?p=preview

Applescript to Change Chart Data

In iWork Pages I'd like to figure out how to change existing data in a pie chart (or any chart, for that matter). Right now I'm copy and pasting data from an Excel spreadsheet and it's working wonderfully. Is there a way to paste data into the chart data editor?

Resources