Israel

Members
  • Content count

    7
  • Joined

  • Last visited

Posts posted by Israel


  1. 10 hours ago, Akash Biswas said:

    Hi,

     

    The width of the column in a column chart having a single column plot is rendered based on the chart dimension. You can set the width of the column according to your requirement using the below possible configurations :

    - using "plotSpacePercent" attribute.

    - using "maxColWidth" attribute.

    Please check the sample fiddle for reference : http://jsfiddle.net/7qro1dxj/3/

     

    Thanks,

    Akash.

    Hi Akash,

    Thanks for your reply! Is this possible using the horizontal 2dbar chart?


  2. On 5/1/2016 at 11:18 PM, Gagan Sikri said:

    Hi

     

    You have to specify chart attribute `placeValuesInside` and its value as `0` to display all the values outside data plot (column). Please refer to this JSFiddle sample for the same: http://jsfiddle.net/s7t8F/1461/

    This doesn't work if the bar is too big. Is there another fix for this? I've tried the adding the padding and margins properties to my chart, but the value is still placed inside the bar.