{
- return (
-
-
-
-
-
- {point.data.xFormatted} {tokenName} supply
-
-
- )
- }}
- yScale={{
- type: 'log',
- base: 2,
- min: 'auto',
- max: 'auto',
- }}
- axisLeft={{
- tickSize: 5,
- tickPadding: 5,
- tickValues: 5,
- ticksPosition: 'before',
- format: (tick) => formatNumberShort(tick),
- // eslint-disable-next-line
- // @ts-ignore
- renderTick: ({ x, y, textX, textY, opacity, textBaseline, value, format }) => {
- const iconX = textX - 18
- const iconY = textY - 8
+
+
+ HOW TOKEN PRICE RISES WITH GROWING TOTAL SUPPLY
+
+
+ The more the supply the higher the price.
+
+
+
+ {
return (
-
-
-
- {format && format(value)}
-
-
+
+
+
+
+
+ {point.data.xFormatted} ${tokenName} supply
+
+
)
- },
- }}
- gridYValues={getTickValues()}
- data={[
- {
- id: 1,
- color: cVar('colorCoreBlue500'),
- data: chartData,
- },
- ]}
- enableCrosshair={false}
- />
+ }}
+ yScale={{
+ type: 'log',
+ base: 2,
+ min: 'auto',
+ max: 'auto',
+ }}
+ axisLeft={{
+ tickSize: 5,
+ tickPadding: 5,
+ tickValues: 5,
+ ticksPosition: 'before',
+ format: (tick) => formatNumberShort(tick),
+ // eslint-disable-next-line
+ // @ts-ignore
+ renderTick: ({ x, y, textX, textY, opacity, textBaseline, value, format }) => {
+ const iconX = textX - 18
+ const iconY = textY - 8
+ return (
+
+
+
+ {format && format(value)}
+
+
+ )
+ },
+ }}
+ gridYValues={getTickValues()}
+ data={[
+ {
+ id: 1,
+ color: cVar('colorCoreBlue500'),
+ data: chartData,
+ },
+ ]}
+ enableCrosshair={false}
+ />
+