Hey there, I'm facing an issue with my highcharts diagram.
1) Can anyone help me adjust the column width to match the width of the month area? (I've tried changing "width" in CSS but it's not working)
2) Also, how can I remove all borders except for the top border? (Changing "stroke-width" in CSS didn't work either)
Maybe there's a JavaScript configuration solution for this?
Update: I implemented the suggested solutions and it worked! Thank you everyone.