This topic is locked

How to add other graphics

6/9/2017 10:23:45 AM
PHPRunner General questions
H
htmalbenur author

I want to use other graphics I found in any chart, how to import them into phprunner.
thx

dermemo 6/10/2017

Are you trying to implement a chart other than the ones provided?
I used Highcharts in one of my private projects, it is not trivial to implement them but they are very nice.
I can point you in the right direction if that is what you wanted to accomplish.
Kindly Ozan

H
htmalbenur author 6/11/2017

hi, thx for your answer, but I need to use: Bar with negative stack, how I can use it with phprunner for chart.
thx

dermemo 6/11/2017

For a negative Bar-Chart with Anychart,
your MySQL table needs to have DECIMAL(10,2) type.
Just create the Bar-Chart and it will show the negative values automatically.
Kindly, Ozan

H
htmalbenur author 6/12/2017

Can you give me an example please
thx