gjwgit / rattleng

The New Generation R Analytics Desktop App
GNU General Public License v3.0
20 stars 9 forks source link

VISUAL: Add radio button for BOXPLOT_NOTCH #601

Open gjwgit opened 3 days ago

gjwgit commented 3 days ago

Description

Add a check button to the EXPLORE -> VISUAL -> BOXPLOT config (a second row) labelled as Box Plot Notch and enabled by default.

Create a provider for it in providers/visualise.dart as exploreVisualBoxplotNotchProvider.

Use the provider in r/source.dart for BOXPLOT_NOTCH - currently it is fixed as TRUE.

When not enabled the following will be shown:

Image