Problems with drawing amcharts in offline

willsenaaa

New Member
I'd like to draw amcharts in offline. It works fine in offline already but I got some problems with scrollbar grips - they are not drawned because all images stored at \[code\]http://www.amcharts.com/lib/images/\[/code\] and the property \[code\]chart.pathToImages\[/code\] is defined to this path.I see only one way to solve my problem : [*]find out what's the name of grip's icon[*]create my own icon with the same name[*]put it into my local folder[*]change property \[code\]chart.pathToImages\[/code\] setting it to my folder path.Can somebody help me with first task in the list?PS I got one image from standart amcharts folder: http://www.amcharts.com/lib/images/star.gifand i've tried some variations for scrollbar grips, but have no results atm
 
Top