ScottLogic / kdb-boothroyd

a prototype re-implementation of KDB Studio using JavaScript and Electron
Apache License 2.0
5 stars 2 forks source link

Ability to generate graph of tabulated result data #12

Open ihull opened 3 years ago

ihull commented 3 years ago

Original app supported exporting some result formats as charts. We need to duplicate this functionality somehow.

OiNutter commented 3 years ago

If I'm honest I'm not convinced this works on the java version.

This feels like it could/should be a reasonably big feature. I think some kind of dialog where you can choose type of chart and which columns to use for axes and datasets would make this much more useful

OiNutter commented 3 years ago

It looks like we could leverage the AG-Charts library to do this and would keep some consistency with AG-Grid which we're looking at using for the table view. Would be worth talking to some of our end users about what kind of charts they would want so we have a starting point.