score:9
it doesn't work because you are setting label format for one day interval, while used is week format, see fixed example: http://jsfiddle.net/f2umr/1/
$('#container').highcharts({
xaxis: {
type: 'datetime',
datetimelabelformats: {
day: '%b %e',
week: '%b %e'
}
},
series: [{
data: [29.9, 71.5, 106.4, 129.2, 144.0, 176.0, 135.6, 148.5, 216.4, 194.1, 95.6, 54.4],
pointstart: date.utc(2010, 0, 1),
pointinterval: 24 * 3600 * 1000 * 7// one week
}]
});
Source: stackoverflow.com
Related Query
- highchart dateTimeLabelFormats don't work
- I had follow someone code samples and try apply to my HighChart program but I can't get it work at all
- How to get Highchart Gauge to work in Sencha Touch 2
- Highchart custom label doesn't seem to work with data:image/png;base64
- Highchart Drill Down do not work for different chart types on same page
- Highstock dateTimeLabelFormats doesn't work
- tickInterval doesn't work properly in Highchart and Highstock.
- React Highstock Won't Work But Highchart works
- Highchart plugin does not work
- Strange character in the Highstock source code
- Why does my Highchart look different when I transfer my code from Jsfiddle to my server?
- Highchart annotation click event doesn't work
- I'm trying to use HighChart map and solid guage they both work for my data independetly but I get get lot of errors on I put them on a file
- Datalables alignment doesnt work in Highchart Timeline
- Column based Highchart drilldown series assign color code to each column
- Converted PHP code that built an array to JS and now highcharts doesn't work - what did I do wrong?
- x-axis, y-axis lines does not appear, when I include 3D chart library of HighChart in my code
- highchart refresh wont work on my website
- linecap property in highchart doesn't work
- why foreach doesn't work inside my highchart and when i splet the array it works?
- Highchart Stock gui does not work in Angular 8
- Highchart dates do not work for some data series
- Highchart in js does not work in Vue.js
- annotation in highchart doesn't work as expected
- highchart stacked bar plotting data doesn't work by javascript
- why my highchart code is not working?
- Pie Chart tooltip thousand seperator and rtl labels doesn't work in highchart
- how to disable the color change on mousehover in sankeycharts Highchart . { hover: {color: '#a4edba',opacity: 1,filter: {type: 'none',}}} didnt work
- Highchart - Unable to parse my JSON string as a variable in the series but hardcoded way seems to work fine
- How to render Gantt Highchart from data source
More Query from same tag
- Passing data from $ajax call to highcharts
- Highcharts fill serie's color on svg marker
- How to enable mouse hover on subtitle or title of pie chart using highchart
- rCharts different sizes for the two graphs in Shiny App
- What is the fastest way to preprocess data?
- Highstock/Chart created from html table fails if null value in first table row
- Highcharts - 2 synchronized activity gauges
- How to create area range with line highchart
- how to wrap data inside highchart using angularjs
- HTML table data into arrays via jQuery
- Fullscreen panel bootstrap with highcharts (responsive)
- Set at the same level the unit of two yaxis highcharts
- How can I prevent my HighChart bar chart from being inverted?
- series name and data for highcharts assigned via loop
- Show logo and menu before Highcharts
- high chart column chart dynamic update with ajax
- How to manipulate shiny server response with javascript
- Highcharts -- show axis labels on extreme edges
- Unable to read JSON in PHP on FTP
- Javascript and Arrays
- Pie chart taking more load time than line chart in highchart
- Highcharts - Xaxis should show only days and month, hide milliseconds
- Is there a solution to plot 3D multiple time line series in web application using highcharts or any other libraries
- Highcharts Treemap: Add link on lowest level
- If label doesn't fit in the div of treemap Highcharts it should wrap to second line
- Highcharts styledMode with highcharts.css import causes pie legend hover to apply to all legend items
- how to dynamically change chart type in highstock stock chart?
- How to add multple plotlines for yaxis using highcharts?
- Highcharts - How to separate the functionality of the navigator from the graph
- Highcharts - Line breaks from node to node in sankey diagram