Highcharts show real time value on Labels
问题 I follow the following guide to create a live chart: http://www.highcharts.com/documentation/how-to-use#live-charts It catch the values and update the chart every '3' seconds. It works fine! Now, is it possible to show the real time value on labels? Something like: This should be change every polling..... Or at least, show the last generated value in other chart place? This is my HTML/JS code to generate the chart: <script type="text/javascript"> var chart; // global function requestData() {