Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[nebula-dev] Contributions to XYGraph

Hi,

as part of the eclipse.org/ease project we are working on a scripting module for charting. Due to the scripting nature it will allow to interactively create XY charts.

Therefore we would like to contribute some extensions to the XYGraph widget.
A first approach has been taken with [1], adding styling to chart series, allowing to customize the way single points of a series are rendered. I see that this topic is already in review. Gerrit reports >2000 LOC here, which would mean we need a CQ for this. Still most changes are caused by a wrong code formatter. I tried to fix this with the Eclipse built in formatter, but it is also not compliant. What would be the suggested way to commit this change?

At a later stage we are planning to commit further improvements like an additional zoom mode, merging rubberband, vertical and horizontal zoom modes. Further we think of adding cursor support (not to be mixed up with markers, which are already supported).

If there is no formatter available we might first create a changeset, simply reformatting affected code (using the Eclipse built-in style?) and provide our additions afterwards. This would help to avoid the CQ.

best regards
Christian



[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=459521


Back to the top