score:0
HighCharts have trend line feature. check https://www.highcharts.com/products/plugin-registry/single/22/Highcharts%20regression
check this JSFiddle also http://jsfiddle.net/3g4ryLc9/539/
series: [{
regression: true,
regressionSettings: {
name : 'Type any name of the series..',
type: 'polynomial',
color: 'rgba(223, 183, 83, .9)',
dashStyle: 'solid'
},
name: 'Test input',
color: 'rgba(223, 83, 83, .5)',
data: [
[1, 1],
[2, 3],
[3, 9],
]
score:2
Highcharts does not support this out of the box, but there are some plugins in their gallery that do trend lines.
This one for example (which we have used with success), gives multiple options including linear trend and moving averages: http://www.highcharts.com/plugin-registry/single/16/technical-indicators
UPDATE May 2018:
Highcharts now includes this functionality as part of its core offering.
https://www.highcharts.com/docs/chart-and-series-types/technical-indicator-series
score:5
As far as I am aware, highcharts does not calculate a regression or trend lines. There are some plugins that you may be able to use. Here is one that i've found, i'm sure there are others: https://github.com/virtualstaticvoid/highcharts_trendline
Source: stackoverflow.com
Related Query
- Does Highcharts have a "trend line" feature?
- Does HighCharts have an option to dynamically add plotLines to xAxis via datetime?
- Highcharts line chart all points disappear when have more than one points with same X Axis
- Line chart does not connect dots if they have gaps in values between in serie object
- Does highcharts (or vaadin) have built-in abilities to use an algorithm like Ramer–Douglas–Peucker?
- Is it possible to have an adjustable line in highcharts stack area graph?
- HighCharts dateformat does not have microseconds (%f)
- Synchronized HighCharts does not work when charts have different width
- How to have multiple highcharts with different series data in vuejs without repeating code
- Does HighCharts have a fundamental minimum height before it's rendering behaviour changes?
- How to use Highcharts regression plugin to plot a trend line using angular 8 wrapper
- Highcharts addPoint does not draw line in sequence of provided data
- How to modify the code so that Highcharts graph does not cover fixed navigation bar at the top of the page?
- How to have a solid as well as dashed line in line chart highcharts
- Does highcharts have a callback function for before full chart reload (this should not include legends disable)?
- Highcharts Line Chart doesn't have connecting lines
- Highcharts Line Chart does not fit data into all of categories
- Plot line is hiding behind trend in highcharts and movement of plotline is become very hindrance when loaded with very large data sets
- Highcharts code with same set of code/data works in PHP but does not work in JSfiddle
- Highcharts does not display when a line of PHP header('location...') is added
- Is it possible to have the line chart data points in highcharts to be represented as a rectangle instead of a circle?
- HighCharts turn animation false for line chart
- Highcharts - how to have a chart with dynamic height?
- Hide line in default state in Highcharts
- What format does the highcharts js library accept for dates?
- Highcharts => Getting the id of a point when clicking on a line chart
- missing value in highcharts line graph results in no line, just points
- How can I force multiple y-axis in Highcharts to have a common zero
- Highcharts does not resize charts inside tabs
- Can I add an "average" line to Highcharts Chart?
More Query from same tag
- Setting rounded corners on an image using Highcharts Renderer
- Align date ticks on x axis
- Highcharts small size div not showing minorTickInterval
- How to download Highchart PDFs in Mobile Apps?
- HighCharts -- MVC 3 Database
- How to make ob/Highcharts work in a symfony3 project
- HighCharts Display Marker Value
- laravel 5 - pass php varaible to jquery or ajax or javascript
- Show / hide dataLabels on legend click
- highcharts, possible bug setting tooltip formatter and html?
- Activity Gauze Highchart DataLabel
- Highcharts with a thick line - at 0 values the line is half hidden
- highcharts zoom bug (column chart)
- How to get the period value from SMA technical indicators in highcharts?
- Convert Highcharts stacked daily column from "day" to "month" view
- Auto Update Highcharts with Ajax
- Highcharts - combining column chart with scatter chart
- how to create a column char with highcharts where each column has a different color
- Highcharts async Server Loading with multiple series
- JS Centre-Zeroed Gauge Chart
- Dynamically modifying the HighChart layout options
- Displaying highchart columnrange charting xAxis, yAxis and series
- Add average to highchart dynamically by zoom level for every series on chart
- Displaying marker with text in highchart gauge vuejs
- Highcharts : Chart with drilldown how to obtain click event of drill up button
- To show difference between two bars in high charts?
- Highcharts pie donut with gradient
- jQuery Highcharts not working with JSF 2.0
- Highcharts: get an event before drilldown?
- Selenium click on Highcharts series