score:3
Accepted answer
for this no need to go with categories or the datetime type of x-axis just change the data
in this format
data: [,[x1,y1],[x2,y2],[x3,y3],[x4,y4],[x5,y5]]
ex:
data: [[1750,106], [1800,107], [1850,111], [1900,133], [1950,221], [1999,767], [2050,1766]]
updated your js fiddle please check http://jsfiddle.net/vKLPP/1/
hope this will be useful
score:-1
According to documentation, minPadding/maxPadding doesn't work with categories. So You should use i.e datetime xAxis and define correct tickInterval / pointInterval.
Source: stackoverflow.com
Related Query
- Highcharts - How can I remove starting and ending padding from area chart
- How do I remove padding from both sides of Highcharts area category chart?
- How can I remove the white border from HighCharts pie chart?
- Highcharts 3.0, area chart with stacked and unstacked series - how to fix?
- HighCharts : How to add or remove "chart context menu" from chart container?
- Highcharts - Remove first marker from Area chart in every series
- How to remove the value and number labels from Highcharts angular gauge
- Highcharts AreaSpline - Adding padding in between the chart and plot area
- How can I unescape and remove quot; from data served by rails into javascript
- Remove padding from HighCharts polar chart
- How can I prepare a Group Stacked Bar Chart in Highcharts using multiple and different types of data?
- How to remove default Hover text and display the custom text title on hover Donut chart Highcharts
- How to remove fine white line between halo and Highcharts pie chart
- Highcharts Chart Bar - How can I display in the chart, only one column from my HTML table?
- Highcharts to display area range and line chart with data from a CSV file
- how to make chart real time with 2 line and get data from php with highcharts
- Highcharts remove legend and series from chart on legendItemClick
- how can I use rangeselector and navigation in highcharts in the given code
- How to draw area chart from 0 in Highcharts
- How can I contain a label on a Highcharts area chart to the series' area
- How do you remove the partialFill from Highcharts xrange chart
- How can I maintain the Highcharts halo effect on pie chart after click and mouseOut?
- How can I pull only specific columns \ cells from csv in <pre> tag, into highcharts pie chart
- How to draw a chart from one array of data and make labels on the chart from another array of data? Highcharts v.4.0.4
- How to create a column range chart in Highcharts using range and navigator functions?
- How to remove button from Highcharts
- How can I get access to a Highcharts chart through a DOM-Container?
- How can I hide series from a HighCharts legend?
- How can I hide a series from initially being displayed in Highcharts
- how can I move yAxis labels from Right of chart to left of chart in highstock
More Query from same tag
- Highcharts column color
- How to change the line color of a bubble in highcharts dynamically
- Highcharts Tootip in wrong location for multiple x axis
- How to dynamically change line color based on value being lower than previous in highcharts
- Turn series and plot bands on/off using API
- Append React Highchart with Annotations after initial load of chart
- Tooltip in Javascript with if else condition
- Proper Flag position over histogram bell curve
- Highcharts - Put different URL to each of data in donut-pie
- Show S0-Ticks with Highcharts
- HighCharts - How can I turn off the points?
- Highcharts pie chart outer circle
- MySql TimeStamp and JavaScript Time
- How to remove margin gap in area spline chart for highcharts?
- How to move a HighStock cloned tooltip while/after zooming or resizing
- How to set Highcharts data series in x-axis using crosshairs?
- Legend title position in
- Displaying multiple graphs on one page using lazy high charts
- highcharts Gauge live data with ajax
- Highcharts Highmaps plugin legend bug
- Date values as Y-axis in Highcharts
- Highcharts not working when pass the javascript variable as hightcharts series data
- CSS - how to position content data-title
- How to change the color of series(grouped column chart) only with json object(without js function) on Highchart?
- Stop Highcharts Networkgraph from redrawing the markers when hovering
- Heatmap values are lapsing in Highcharts
- Alternating x-Axis plotbands with highstock
- HighChart dynamic drill down
- Highcharts VU Meter Gauge numeric display disapears
- How to change tooltip of a column chart programmatically in highchart