Angular chartjs multiple chart types - javascript

I have imported the lib: angular-chart.js
Now i am trying to make a chart that contains both a bar graph and a line graph
Sadly though the documentation does not specify how i can achieve this.
Does anyone have any experience with this and know how i can accomplish the issue?
And know if it is even possible since the creating is rather different since you are using 1 canvas to contain your chart

Try Highcharts ng
Here is Angular Highcharts
Highchart bar-line chart example Bar-line

Related

Is it possible to add reactive pie charts on the world map using D3.js

I am making a component in Vue.js and I aim to make a reactive component as shown in the image. I don't know how D3.js works, if it is possible to achieve using D3.js then I will learn.
My requirement is:
When I click on any of the pie in the pie chart, the corresponding data related to that should be shown in different SVG. Is it possible to implement using D3.js
If this is possible with any other open-source library, please feel free to mention it.
thankyou

Multiple horizontal lines on candlestick in Highcharts

Looking for a way to implement something similar to the prototype on the picture.
I went through the Highcharts docs, but it seems that the only way to achieve this is to extend Highcharts with some custom code. Are there any other options?
A different library would work too, however Highcharts is already used in a bunch of other screens of the app.

Chartjs barchart group dataset by label

I'm trying to create a grouped barchart graph but looks like there is no built in solution for it on chartjs, has anybody such experience before with grouping dataset by label, please check screenshot
chart trying to achieve
Idea is to have 4 different datasets with at least 4 data each and show in graph grouped.
Trying to achieve this with latest chartjs but I'm open to change it if there's easy way to do it with different library.
Thanks in advance
Here is a link to the feature request you're looking for(I think).
Chartjs Feature Request for data grouping
Here is a link to Google Charts.
I did a little digging scrolling through their demos and it looks like they do what you're looking for.

Creating Kagi Chart with Highcharts/Highstocks

I have Highcharts integrated into my project and would like to create Kagi chart. It looks similar to Step Line chart, however, the thickness/thinness of the lines cannot be handled as currently highcharts doesn't provide any such options.
Is there any way to tweak the Step Line chart or any available charts in highcharts to create Kagi chart shown on StockCharts (http://stockcharts.com/school/doku.php?id=chart_school:chart_analysis:kagi)?
Need a quick solution for my problem.
Thank you!

Multiline js chart with support for irregular plot intervals

Does anyone know of a js chart that can plot multiple lines that can have different plot intervals? I can only find HighCharts but need an Open Source one. A great example of what I'm looking for is available on highcharts demo page:
http://www.highcharts.com/demo/combo-timeline
Thanks
I have use Google charts in the past, they are pretty easy to inject in your code, and they support multiline. Check em out.
https://google-developers.appspot.com/chart/interactive/docs/gallery/linechart

Categories

Resources