Show only market gain on performance chart (#190)
(by default) Allow other options as a choice
This commit is contained in:
@@ -99,6 +99,7 @@
|
||||
|
||||
this.data.tooltip = {
|
||||
enabled: true,
|
||||
shared: false,
|
||||
y: {
|
||||
formatter: (value, { series, seriesIndex, dataPointIndex, w }) => {
|
||||
const firstDataPoint = this.data.series[seriesIndex].data[0][1]
|
||||
|
||||
Reference in New Issue
Block a user