 
 https://github.com/mity/mctrl

Yeah!Thorsten1867 wrote:A chart with horizontal bars and a line chart are planned.



Nice, but only for Windows.




I love you!!Thorsten1867 wrote:Update: Line Chart
 
 
Very much!Thorsten1867 wrote: @zikitrake
Bug fixed

 
 
Nice!Thorsten1867 wrote:@zikitrake
Line charts become really interesting if they are combined with data series.
...
 
 


Thorsten1867 wrote:Update:
- Added: #Hide for hiding legend
- Addes: #Descending for descending numbering of the y-axis in line charts
- Bugfixes
 Yeah, it works like a charm!
 Yeah, it works like a charm! 
 

Code: Select all
Range = Maximum - MinimumCode: Select all
If Chart()\Line\Flags & #Descending
  Range = Maximum
Else
   Range = Maximum - Minimum
EndIfCode: Select all
Text$ = Str(Factor * n)Code: Select all
Text$ = Str(Factor * n + Minimum)



Nice!!!Thorsten1867 wrote:@ zikitrake
Bug fixed and another little bonus.
Update: Bezier curves for line charts (#BezierCurve)



 ) : Could you make a value be hidden when it exceeds the Chart::#Minimum/Chart::#Maximum?
 ) : Could you make a value be hidden when it exceeds the Chart::#Minimum/Chart::#Maximum? )
 )
