json - How can I show the need to specify a value in the x axis highchart? -
there same json data.
i have tried show value in highchart extract values json data.
scope.jsondata = [ { "name": "a", "categories": "03.01", "timestamp":"133409520000", "locate": "1", "value": 90 }, { "name": "a", "categories": "03.02", "timestamp":"133409530000", "locate": "1", "value": 110 },{ "name": "a", "categories": "03.03", "timestamp":"133409630000", "locate": "1", "value": 120 },{ "name": "a", "categories": "03.04", "timestamp":"133409730000", "locate": "1", "value": 140 },{ "name": "a", "categories": "03.05", "timestamp":"133409830000", "locate": "1", "value": 70 },{ "name": "a", "categories": "03.06", "timestamp":"133409930000", "locate": "1", "value": 70 },{ "name": "a", "categories": "03.07", "timestamp":"133410530000", "locate": "1", "value": 70 },{ "name": "a", "categories": "03.08", "timestamp":"133420530000", "locate": "1", "value": 70 },{ "name": "a", "categories": "03.09", "timestamp":"133430530000", "locate": "1", "value": 70 },{ "name": "b", "categories": "03.05", "locate": "2", "value": 70 } ];
however, y values in chart, go data, timestamp x value.
what should can give timestamp value value of output x axis?
Comments
Post a Comment