React Trend Chart

Folder path: /src/containers/charts/reactTrend

If you want to render React trend chart component like the following image.

Then The code should be like this.

    <Trend
          smooth={smooth}
          autoDraw={autoDraw}
          autoDrawDuration={parseInt(autoDrawDuration, 10)}
          autoDrawEasing={autoDrawEasing}
          height={100}
          width={600}
          data={data}
          gradient={gradient}
          radius={parseInt(radius, 10)}
          strokeWidth={strokeWidth}
          strokeLinecap={strokeLinecap} />

results matching ""

    No results matching ""