crobert

Members
  • Content count

    3
  • Joined

  • Last visited

About crobert

  • Rank
    Forum Newbie
  1. Hi, Thank you for your answer, it indeed resolves this issue.
  2. Hi, Thank you for your answer.
  3. Hi, I've been testing your product as a free trial and i face this issue. I am trying to display a scrollColumn2d and i want it to be displayed from the end. I managed to do this thank to your API, but when the chart is rendered the values on the bars are hidden. During the generation of the chart we can see them but at the end they disapear. Then, if we move the scrollbar, the values show up again. Here is my config and some screenshots of the different steps. I am using chrome and the javascript/json API. "chart": { "caption": "Clients Facturés par mois", "xaxisname": "Mois", "yaxisname": "Nombre de clients", "placeValuesInside": "1", "valueFontColor": "#ffffff", "baseFontColor": "#333333", "baseFont": "Helvetica Neue,Arial", "captionFontSize": "14", "scrollToEnd" : "1", "subcaptionFontSize": "14", "subcaptionFontBold": "0", "showborder": "0", "paletteColors": "#0075c2", "bgcolor": "#FFFFFF", "showalternatehgridcolor": "0", "showplotborder": "0", "divlinecolor": "#CCCCCC", "showcanvasborder": "0", "linethickness": "3", "plotfillalpha": "100", "plotgradientcolor": "", "numVisiblePlot": "12", "divlineAlpha": "100", "divlineColor": "#999999", "divlineThickness": "1", "divLineDashed": "1", "divLineDashLen": "1", "divLineGapLen": "1", "scrollheight": "10", "flatScrollBars": "1", "scrollShowButtons": "0", "scrollColor": "#cccccc", "showHoverEffect": "1" }, Thanks for reading this. Regards, Cédric