Can we drag and drop legend or series from one linechart to another in echart? - echarts

enter image description here
I using multiple instances of chart. Is there a way to drag legend or series from one chart to another and plot it?

Related

How to create a stacked bar chart grouped by 2 category

I have a data table, group in 2 category A and B as below
data table
How can I create a stacked bar chart like that
chart
There's not a single built in way to make a chart with bars or columns that are able to split like that.
I think the closest you could do would be to make to bar charts back to back. One would filter for Cat A and the other for Cat B.
The legend for each table could be used or a separate legend could be made from a rectangle and some text boxes. The bars' colors would need to be set otherwise it would Automatically use the same initial color for both.
To make the left chart go in the reverse direction, click on the bottom x-Axis and set the Reverse property to True.
Then Hide the Y-Axis of the Chart B.

change legend in chart in report builder

I want to change the text in the legend on the right side (attach pic)
how can I do it?
The text is based on the Series Properties.
Right-click on the Series you want to change on the Chart
itself.
Select Series Properties.
Select Legend.
You can change the text in Custom legend text:
You will need to do this for each series in your Chart.
Good luck!

Create Stacked Area Combined with Line Chart in Tableau

I'm having trouble creating a chart that combines a line chart with a stacked area chart in Tableau Public. I can create the line chart in Tableau, but after that, I don't know how to proceed. Attached is the chart I created in Excel that I am trying to recreate in Tableau.
Line + Stacked Area Chart
Thanks.
Make your chart a duel axis chart - to do this you must have at least 2 measures on your shelf - click on the right most measure a select 'Duel axis'. Once you've done this, you'll see that each measure has it's own tab on the Marks shelf, which means you can set different mark types on each - for example one measure can be a bar chart and the second can be a line graph.
Hope that helps,
Ben

Display color legend on tableau chart

Is there a way to display color legend on the top left side of a chart .
I have 4 charts in a tableau dashboard and if i display all the legends for all the 4 charts on the bottom it looks busy so I want to include the legends in the charts.
Please help me on this with details steps.
What you want is to make the "legend" a floating object instead of the default tiled object.
To achieve this; You can hold down the Shift key, then drag the legend using the left mouse button while still holding down the Shift key. Drop the legend wherever you wish on the dashboard. Make sure you only release the Shift key after you have dropped the legend at your desired destination.
Warning: Depending on the size of the dashboard you selected, floating objects move around when end users view your dashboard on a device with different screen resolution. To avoid this you can use the "Exactly" size option and define a size range which suits your needs.
To include legends on top left Side of the chart.
Follow steps here as under:
Step1:
Select legends, Right Click on legends top part and select floating and place inside the chart on the top part below heading of Graph as :
So you can follow above steps to add legends in all 4 charts.
Output will look like as
So in this way your legends will not be clumsy and you can describe visualization in a better manner.

Fusion chart : how Vertical Line on Dataplot when mouse hover to Dataplot

Is it possible to show Vertical Line on Dataplot when mouse hover to Dataplot in multiseries 2d or 3d chart?
or
can we show Vertical lines for each dataplot in multiseries 2d or 3d chart?
My Fusion chart Version is 3.3.1.
It is not possible to show vertical Line on each dataplot when mouse is hovered over the plot in Multi-series charts.
However, it is possible to show vertical lines for each data plot when the chart is rendered. It looks like you want to separate one MS dataplot from the other. You may use "vLine" available in all MS charts (except Zoom Line chart where it is vTrendlines).
vLines are vertical separator lines that help you separate blocks of data. These lines run through the height of the chart, thereby segregating data into different blocks.
These vertical lines are placed between category elements. Refer : http://docs.fusioncharts.com/charts/contents/AttDesc/VLines.html