~gambas-team/+git/gambas:gb.chart2

Last commit made on 2019-10-09
Get this branch:
git clone -b gb.chart2 https://git.launchpad.net/~gambas-team/+git/gambas

Branch merges

Branch information

Name:
gb.chart2
Repository:
lp:~gambas-team/+git/gambas

Recent commits

89a631f... by Fabien Bodard

Unstable commit

[GB.CHART2]

* Unstable commit don't use it

044bdc2... by Fabien Bodard

Add Series Padding

[GB.CHART2]
* NEW: Bar: Style!SeriesPadding allos to define a relative padding between 0 and 2
* NEW: Finish the legend top/bottom display.
* BUG: Allow all diferent min values.

6b9af7c... by Fabien Bodard

Add Axes label and support for negative values in Bar diagram

[GB.CHART2]
* NEW: The axes labels can be set with X_Label and Y_Label.
* NEW: Negative values are supported now in bar diagram.

08d0470... by Fabien Bodard

New improvement

[GB.CHART2]
* NEW: The legend display well on right and left.
* NEW: New STyle!Y_Pattern Option allow to set the
       format pattern to Y diplaying values.

301d5e2... by Fabien Bodard

[GB.CHART2]
* NEW: Initial import

4cc0f07... by Benoit Minisini

Update .gitlab-ci.yml

7428712... by Benoit Minisini

Update .gitlab-ci.yml

ab4f7ac... by Benoit Minisini

Disable qt4 webkit component.

e776d5c... by Benoit Minisini

Remove 'libqtwebkit-dev' from 'debian-testing' in '.gitlab-ci.yml'.

b73b47a... by Benoit Minisini

Floating-point number to string conversion is now 1.7 times faster.

[INTEPRETER]
* OPT: Floating-point number to string conversion is now 1.7 times faster.