Draggable fusion Line Chart - draggable

I found that fusion power charts provide the feature of dragging points on the chart. So do the fusion charts XT also have the similar feature?
Here is an example with Highcharts:
http://jsfiddle.net/highcharts/AyUbx/#
Or is there any alternative charts library with such feature?
Thanks,
-Chun

FusionCharts XT is a collection of regular charts. The draggable charts that you highlighted here is a niche chart, and it is available only in the PowerCharts package.
You could either get the PowerCharts package separately, or go for the complete FusionCharts Suite, which includes FusionCharts XT + FusionWidgets XT + FusionMaps + PowerCharts.

Related

Animated Webix chart

like other chart tools, is there any option to develop animated webix charts,
Animation like
When Loading rotation of Donut,
Click to Zoom,
Block Seperation in pie,
Label Ruler in pie,
I am afraid that Webix Charts are not the best choice if you want charts with animation effects and other visually complex things. Webix Charts are great for loading, presenting, grouping, filtering data, and for CRUD operations on them, but they are not as sophisticated as charts from some other libraries that are dedicated to charts specifically.
Webix allows for third-party components integration. That's why I would recommend you to use some other library charts and integrate them into your Webix UI. You can use some of the ready-made integrations from this repository and you are very welcome to contribute your integration. You can use these guides in the process:
https://docs.webix.com/desktop__chart_integration.html
https://blog.webix.com/using-third-party-libraries-with-webix-ui/

nvd3: control guideline programmatically

I'm working on a project where I want to represent different data with the same date range on x-axis using nvd3 (angular).
My idea is to synchronize guideline among different charts and onmousemove or using a slider I want to show programmatically guideline with a tooltip in each chart (e.g. like heroku does)
Can anyone give a hint to a solution or if it's possible to control interactive guideline programmatically?

How can I include a D3 (Scatterplot) Chart inside a SAPUI5 Control

I'm trying to implement a scatter plot chart chart inside an SAPUI5 application. I've done some research with other charting frameworks that are more common with SAP (Vizframe), but they are limiting in its supported features (ex: vizframe doesn't support a regression line).
I cannot find an easy way to integrate a d3 chart into a SAPUI5 control. Can anyone provide some guidance on how this can be accomplished? Examples help!
Here's the chart I'm trying to implement:
https://bl.ocks.org/ctufts/298bfe4b11989960eeeecc9394e9f118
Best way is to implement your own custom control based on D3. Library is already available at the SAPUI5 resources here;
jQuery.sap.require("sap/ui/thirdparty/d3");
Some examples;
http://jsbin.com/zutamig/edit
http://jsbin.com/hacuw/1/edit?html,output
https://blogs.sap.com/2014/07/17/custom-sapui5-visualization-controls-with-d3js/
Chart library based on ChartJS, if you want to check;
https://github.com/SAP/openui5-charting-custom-controls
Developing Custom Controls;
https://www.youtube.com/watch?v=W3Qkev2yk9w
https://www.youtube.com/watch?v=Nw8SnXZFqrs
Building Custom Controls to Visualize Data;
https://www.youtube.com/watch?v=cY-WCWC1qxE

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

Extending chart functionality in SSRS

The default chart object in the SQL Server (2005) Business Intelligence Development Studio doesn't seem to some have formatting options like :
specifying the text direction of labels in the x and y axis
adding a trendline to a bar chart
arbitrarily resizing items in a chart - for example, if I resize the chart object, everything gets resized accordingly but I can't keep the size of the chart the same while extending the area of the legend for instance.
multiline chart labels
So what I want to know is
is there any easy answer to the formatting problems mentioned above?
what websites/books/resources/examples would you recommend I look
into for extending the functionality of the chart object?
Some colleagues of mine gave up on the stock control and bought Dundas charts
The stock charts are cut down versions of Dundas.
yes you can specify the text direction of labels in the x and y axis
Go to chart properties and in the tab x and y axis enter the chart title and in the title align use the combination like left/right/center align.
you can change the legend line go to the chart properties click legend tab inside this
there is an option for "display legend inside plot area" and you can include the trendline there
you can use multiline text labels when the text limits extends
I don't see how you can resize the legend, puting inside the plot area looks ugly for pie-chart
I'd recommend go with the dundas chart components gbn suggested.
If that's not possible at least this article should solve issue 1.

Resources