Hello.
I want to do some of chart setting modification. I understand that it could be as using some tricks by changing the chart setting via standart MapStore page, as well as by modification some setting inside of folders maybe (?) \ or React programming. Could you please advise the most effective way?
I want to modify the line chart type with scatter mode.
The list of desired modification:
1. add third attribute to tooltip label for trace. By default only two attribute (X,Y) shows when I hover mouse on the chart.
2. add second track line when I move mouse on the chart. By default only X line is tracking. Is it possible to add Y track line \ or at least hide X?
3. The data on chart is a could of points. I would like to paint it in different colors by some attribute column. I tried to add few traces with data filter with "like" query for text column ('*test*' such syntaxis have been used ), howerver it didn't work, query return empty data; in the same time query filter for digit attribute work properly. So there are a couple of questions: should the query to text attribute work correctly for the chat source data? and what would be the most effective way to create few traces on the scatter mode line chart with different colors by some attribute?
Thank you
Regards
Ilyunin Ivan