unchartedelixir / uncharted

33 stars 8 forks source link

Feature/configure column graph lines #30

Closed alcwhite closed 3 years ago

alcwhite commented 3 years ago

Issues #6, #8, and #7 . Allows user to configure horizontal graph lines for column chart and line graph. Allows for gradients on vertical and horizontal lines by creating two gradients per color. Includes boundary lines, including x and y axis, as part of the graph. With both horizontal and vertical graph lines, has two copies of boundary lines.

Uses show_gridlines: falseon BaseAxes/XYAxes to remove lines on both axes and adds display_lines: false on MagnitudeAxis to hide lines along that axis, including boundary lines. Adds line_color and line_width to MagnitudeAxis to set color and width of lines along that axis.

examples