flot jquery is it possible to draw this kind of chart
问题 I used to draw this kind of chart (one vertical axis, one horizantal axis): Now i have been asked to do this kind of chart: as you see, the problem with the ordered chart that it contains (two vertical axis, one horizantal axis). My question does flot or any other jquery library able to do that please? 回答1: See the flot example here on multiple axis. Minimal example: $.plot("#placeholder", [ { data: d1 }, { data: d2, yaxis: 2 } // set second series to use second axis ], { yaxes: [ { min: 0 //