This topic is locked

Line Chart Default Position

1/7/2014 4:52:11 AM
PHPRunner General questions
P
prattster1874 author

Hi,
Does anyone know how to make a line chart default to the right if it has a scrollbar. My line charts always default like this:


But I would like them to default like this:


Thanks!

Sergey Kornilov admin 1/7/2014

This my not be possible at all. Just in case here is the link to AnyChart documentation:

http://www.anychart.com/products/anychart/docs/
If they have such functionality built-in it may be possible to implement in PHPRunner.

P
prattster1874 author 1/7/2014



This my not be possible at all. Just in case here is the link to AnyChart documentation:

http://www.anychart.com/products/anychart/docs/
If they have such functionality built-in it may be possible to implement in PHPRunner.


Thanks for the link, I think it seems possible:
scroll zooming
How can I change the XML?

Sergey Kornilov admin 1/7/2014

To modify XML you need to make changes to C:\Program Files (x86)\PHPRunner7.0\source\classes\charts.php file. This file contains definitions of chart classes, one PHP class per chart. The class you looking for is mostly Chart_Line.