164
Views
3
Comments
Adding vertical lines to bar graph
Question

Hi everyone,

I'm trying to mimic Excel macros, and I'm currently stuck on replicating bar graphs and scatterplots, like this:

This is my attempt to replicate it (not the same data set, but same idea):

Is there a way to segment the bar chart, as well as resize the points for the scatterplot, as shown above? 

2023-04-19 18-38-51
Bas de Jong

You can use the advanced options of HighCharts:


https://api.highcharts.com/highcharts/

Maybe you can find something in this api reference. The options need to be provided in the JSON format in the settings of your table.

2021-01-12 14-29-49
Prajakta Roshankhede

Hello Daniel,

Did you visit https://www.highcharts.com/ ? They have multiple charts and api docs as well it might help.


Regards

Prajakta Roshankhede

UserImage.jpg
Daniel Zhang

Prajakta Roshankhede wrote:

Hello Daniel,

Did you visit https://www.highcharts.com/ ? They have multiple charts and api docs as well it might help.


Regards

Prajakta Roshankhede

Hi Prajakta and Bas,

Thanks for your responses. I've looked over the website before, and couldn't really find anything to help me. The closest solution I have found is the implementation of gridlines, however, that draws a line between each of the columns rather than, say, every third. Is it possible to implement some logic so that the gridlines only appear on multiples of 3?

I've tried using tickInterval, but that also eliminates my labels on the grid. minorGridLines don't show up on outsystems... 

 thanks! 


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.