I need to add a simple line bar on angular nvD3 chart to display an event on time serie. like on this screenshot:
http://i.imgur.com/XsmfOXe.jpg
Does anyone know how to do that or to add plot bands?
Thank you for help
Related
I'm new using react. I want to connect my bar chart with the data I have in the table. When I click "Next/Previous" the table container data will change, so does in the bar chart. It succesfully change in the table. But, in the bar chart it failed to show the data from API in the x-axis and y-axis. Check my code here https://codesandbox.io/s/romantic-cohen-zsojb?file=/src/App.js
Hope anyone can help me
Thank You
Is there any way how I could draw the following chart with Chart.js? I went through the documentation but didn't find anything similar... The closest would be probably multi-axis bar chart
Thanks for any kind of help!
In the end I went for a custom chart type following the guide here: https://www.chartjs.org/docs/latest/developers/charts.html
I developed a line chart using chartJS. In my chart, I have to draw the data line, and lines with bubbles to show where is the mode, red, and amber in my data. I have figured how to draw the lines. But I don't understand how to draw the bubbles to show the details.
The chart I need to draw is shown in the picture:
Is there any idea how to draw the chart ?
I have found the simple solution.
There is plugins in chartJS called chartjs-plugin-annotation.
These plugins help you make arbitrary lines in the chart and give labels to it.
You can see the example and documentation of chartJS plugin annotation here
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!
I am currenly working ith jquery.flot pie charts and i can't find solution to this problem.
I currently have this kind of display for pie chart and it's legend:
What i would like to achieve is to somehow connect the labels with the part of the pie chart that it is linked to. It should look similar to this:
http://demos.telerik.com/aspnet-ajax/htmlchart/examples/charttypes/piechart/defaultcs.aspx
Any help is appreciated!