Skip to content

Instantly share code, notes, and snippets.

@BetterProgramming
Created January 6, 2020 23:18
Show Gist options
  • Save BetterProgramming/389f75739326aa5efb6d7a2865f07883 to your computer and use it in GitHub Desktop.
Save BetterProgramming/389f75739326aa5efb6d7a2865f07883 to your computer and use it in GitHub Desktop.
...
<Area
type="linear"
dataKey="CoinAmount"
stroke="none"
fillOpacity={0.4}
fill="#f7931a"
yAxisId="right"
activeDot={{ strokeWidth: 0 }}
/>
<Area
type="linear"
dataKey="Total"
stroke="none"
fillOpacity={0.6}
fill="#f7931a"
yAxisId="left"
activeDot={{ strokeWidth: 0 }}
/>
<Area
type="linear"
dataKey="TotalInvested"
stroke="none"
fillOpacity={0.6}
fill="#3498db"
yAxisId="left"
activeDot={{ strokeWidth: 0 }}
/>
<Area
type="linear"
dataKey="CoinValue"
stroke="none"
fillOpacity={0.6}
fill="#e84393"
yAxisId="left"
activeDot={{ strokeWidth: 0 }}
/>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment