miranov25 / RootInteractive

5 stars 12 forks source link

Figure and title parameterization - plotTitle #247

Open miranov25 opened 2 years ago

miranov25 commented 2 years ago

The default plotTitle is created on the server - either using plotTitle specified by user or automatically created

Automatic creation should change from: y vs x to y vs x color=[color] sorce=[source]

It is better to make the changes on the client via the format string as in the hint In some cases - when parameters are used - the parameter value could be shown in the axis title and in the figure title

miranov25 commented 2 years ago

User interface can be as in: https://www.tutorialstonight.com/javascript-string-formathttps://www.tutorialstonight.com/javascript-string-format

image

miranov25 commented 2 years ago

Example user interface: