Home Forums Chart Support Sync & Programatically Hightlight Chart

Sync & Programatically Hightlight Chart

Viewing 2 posts - 1 through 2 (of 2 total)
  • #26580

    Hi, CanvasJS team.

    I am searching the feature to programatically hightlighting chart.
    Highlighting is able to done by mouseover or click, but I would like to handle it from JavaScript side.

    i.e.)
    1. Clicking particular button.
    2. Corresponding data of line chart point hightlights.

    #26587

    @ynatani,

    To highlight the dataPoint in a line chart, you can set markerSize of dataPoint to higher value. Please take a look at this JSFiddle which highlights the dataPoint when the button is clicked.

    If this doesn’t fulfill your requirement, kindly brief us more about requirement along with an example or pictorial representation so that we can understand your scenario better and help you out?

    —-
    Manoj Mohan
    Team CanvasJS

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

You must be logged in to reply to this topic.