Home Forums Chart Support Image in dataSeries.

Image in dataSeries.

Viewing 3 posts - 1 through 3 (of 3 total)
  • #26716

    Hi! It’s me again.

    I have a little challenge haha, I Want to put an image into the Dataseries from the right. I can put it into the toolTipContent but I want to put the image in the part to toggleDataSeries.

    I have this code

    function toggleDataSeries(e) {
         if (typeof (e.dataSeries.visible) === "undefined" || e.dataSeries.visible) {
              e.dataSeries.visible = false;
          }
          else {
              e.dataSeries.visible = true;
          }
          chart.render();
    }

    but I don’t know how can I customize the DataSeries or where can I start to show the image.

    Thx!

    D.

    From Mexico!

    #26717

    I’m talking about the Labels from the right “Others” “Filesharing” “Web browsing” “Real-time”

    https://canvasjs.com/javascript-charts/stacked-column-100-chart/

    #26740

    @9dan7,

    Sorry, this feature is not available as of now.

    ___________
    Indranil Deo
    Team CanvasJS

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.