
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
Code: Select all
Range = Maximum - Minimum
Code: Select all
If Chart()\Line\Flags & #Descending
Range = Maximum
Else
Range = Maximum - Minimum
EndIf
Code: 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)