rawgraphs / rawgraphs-app

A web interface to create custom vector-based visualizations on top of RAWGraphs core
https://rawgraphs.io
Apache License 2.0
8.66k stars 1.84k forks source link

How to change the initial selection of chart types? #200

Closed PawandeepKaur closed 4 years ago

PawandeepKaur commented 4 years ago

Hello,

I would like to change the Raw system a bit. I want to put some logic before the first selection of the chart type which by default is Scatterplot. I want that when a user submits the data then based on some data traits, my script should decide which chart type to highlight?

I need a help to know which files and what part of files need to be edited for this functionality. Which file will contact what to make these adjustments? I want to have some directions from other Raw experienced people before doing hit and trial

Thanks