You are not logged in.
Pages: 1
Hello everyone. i use amcharts 2.5 branch and now i want to update it.
I used this code for creating javascript charts:
//paint javascript charts
$('#' + id).width(780);
$('#' + id).height(460);
var amFallback = new AmCharts.AmFallback();
amFallback.settingsFile = settings;
amFallback.dataFile = path;
amFallback.pathToImages = "https://www.example.com/js/amchart/images/";
amFallback.type = type;
amFallback.write(id);path is path do datafile - csv or xml. what should i do to get new javascript charts work?
Offline
You don't need to change anything. From 2.5 yo 2.6 only underlying graphics engine has chnaged. Nothing on the API side.
Offline
thank you, my problem was that i replaced whole folder and don't copy amfallback.js
Offline
Just want to thank the original poster ngolub because this $("#"+id).height(x) fixed a serious lack of chart displaying AT ALL in my application.
Offline
Pages: 1
© amCharts | Forum engine: PunBB