Open julmoser opened 5 years ago
I think it would be a matter of allowing multiple field values in the editor, read them correctly into the view model model and then add the code in the sample for rendering. For drawing each column, it's a matter of dividing the total space for each category per the number of value fields you have and then drawing a box for it at the correct spots.
Hi @JorgeCandeias your explanations on youtube on this Basic Custom Visuals helped me a lot to understand the development of custom visuals, thanks for that. I was wondering, how could a second y axis like in this JavaScript example be integrated into this Bar Chart?