简体   繁体   中英

how to Create a bubble chart in jqplot with angular.js?

I already created pie, bar and donut chart in jqplot with angularjs, but trying bubble chart it's not working. please anyone can help to figure out this

[Sample code][1]

  [1]: http://plnkr.co/edit/JRB0atAAVOPqAOWNoQIu?p=preview

我已经解决了你的问题。这就是解决方案。

    $scope.bubbleChartData = [[[11, 123, 1236, "Acura"], [45, 92, 1067, "Alfa Romeo"],[24, 104, 1176, "AM General"], [50, 23, 610, "Aston Martin Lagonda"],[18, 17, 539, "Audi"], [7, 89, 864, "BMW"], [2, 13, 1026, "Bugatti"]]];

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM