sloth

Members
  • Content count

    2
  • Joined

  • Last visited

Everything posted by sloth

  1. Hello, is there a way to make a linear color gradient for a linear gauge. Attached is the current style of my chart. I understand there are "gaugeFillMix" and "gaugeFillRatio" properties for this, however I'm not sure how to use them for this situation. I would like to change the chart color from a solid green, to a gradient of white on the left side and becoming greener as it gets closer to the right side. Thank you
  2. Hello, attached is a gif of a FusionCharts linear gauge I am using. In the gif, we can see a card render with a title and education and then a few seconds later the FusionChart linear gauge appears with some salary information. I am using FusionCharts with react, and followed the tutorial for how to set up FusionCharts with react. Is there a reason for the delay? Is there any way to improve the time or work around it? Any help or explanation would be great, thank you example_chart.mov Edit - If I set animations not to run, I get my preferred outcome for the linear gauge to appear quicker. "animation": "0" The transitions do look nice and appealing, would there be way to speed up that animation transition, or at least the initial render?