Search the Community

Showing results for tags 'stroke-linecap'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Company Forums
    • Company News
  • Product Forums
    • FusionCharts XT
    • FusionWidgets XT
    • PowerCharts XT
    • FusionMaps XT
    • Collabion Charts for SharePoint
    • jQuery Plugin for FusionCharts
    • AngularJS plugin
    • ReactJS plugin
  • General Forums
    • FusionCharts Jobs and Consultation
    • FusionLounge

Found 1 result

  1. For line and area charts, you seem to already set internally the standard stroke-linecap and stroke-linejoin SVG attributes (in a path) to the "round" value. Is there any way to access and change them through a JSON option? If not, how can we change them directly after the chart is rendered? I tried with jQuery $("path").attr("stroke-linecap", "..."); before and after the render() call, or within renderComplete event, but it did not work. Thanks, Cristian