LineMarker Colour

Posted by: mavensupport on 14 January 2019, 9:04 pm EST

    • Post Options:
    • Link

    Posted 14 January 2019, 9:04 pm EST

  • Posted 15 January 2019, 11:34 pm EST

    Hi,

    You may easily change the LineColor using ‘wj-chart-linemarker-hline’ and ‘wj-chart-linemarker-vline’ CSS classes.

    Please refer to the following code snippet:

    .wj-flexchart .wj-chart-linemarker .wj-chart-linemarker-hline,
    .wj-flexchart .wj-chart-linemarker .wj-chart-linemarker-vline {
      height: 1px;
      width: 1px;
      opacity: .7;
      background: seagreen;
    }
    

    You may also refer to the following sample: https://jsfiddle.net/jcey2ngd/

    ~Sharad

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels