BenBiz

How to disable axisReferenceVisualsBottom in bar charts?

Recommended Posts

I have 2 bar graphs, one standard column, and one horizontal stacked.  Each of these graphs have a border at the start and end of the data.  (i.e. on top and bottom for column graph, and on left and right for stacked).  I have used many options for disabling these borders but none have succeeded.  I have traced this down to an element with the following class name: "axisReferenceVisualsBottom".   Are there any options to remove the lines created by axisReferenceVisualsBottom?

Stacked (left and right borders):

image.png.ee34aeae9ac03335337bd8c9b2d27691.png

 

Column (top and bottom):

image.png.38269eca6e653369eaff167e5578c381.png

Configuration:

chart: {
      animation: 0,
      bgColor: '#ffffff',
      canvasBgColor: '#ffffff',
      showAlternateHGridColor: 0,
      showAlternateVGridColor: 0,
      maxLabelWidthPercent: '20',
      showPlotBorder: 0,
      usePlotGradientColor: 0,
      showBorder: 0,
      showCanvasBorder: 0,
      showTooltipforWrappedLabels: 1,
      showValues: 0,
      useEllipsesWhenOverflow: 1,
      showLegend: 0,
 
      showZeroPlane: 0,
      showVZeroPlane: 0,
      showLabels: 0,
      showDivLineValues: 0,
      showLimits: 0,
      showSecondaryLimits: 0,
      lineAlpha: 0,
      canvasLineAlpha: 0,
      borderAlpha: 0,
      canvasBorderAlpha: 0,
      xAxisLineColor: '#ffffff',
      yAxisLineColor: '#ffffff',
      yAxisValueBgColor: '#ffffff',
      yAxisValueBgAlpha: 0,
      xAxisValueBgColor: '#ffffff',
      xAxisValueBgAlpha: 0,
      showYAxisValues: 0,
      showXAxisValues: 0,
      showXAxisLine: 0,
      showYAxisLine: 0,
      showAnchors: 0,
      numDivLines: 0,
      showDivLineSecondaryValue: 0,
    }

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now