unchartedelixir / uncharted

33 stars 8 forks source link

Configure Grid Lines on Column Chart #6

Closed rheubach closed 3 years ago

rheubach commented 3 years ago

The grid lines are located in a nested SVG with class="columns__graph". We need the following configurations for the graph lines:

alcwhite commented 3 years ago

Should the display configuration use the show_gridlines field on xy_axes/base_axes, or a separate field on the magnitude axis?

rheubach commented 3 years ago

Sorry @alcwhite, some of the confusion was from the fact that I changed the class names and forgot to update this issue. The div with the class name "chart-lines" included all the grid lines which also included the base x and y lines. A show_gridlines field would show or hide all of them but not affect the labels.

alcwhite commented 3 years ago

So would this then not hide the base x and y lines?