File tree Expand file tree Collapse file tree 3 files changed +51
-123
lines changed
src/visualizations/chart/plotly Expand file tree Collapse file tree 3 files changed +51
-123
lines changed Original file line number Diff line number Diff line change 46
46
"@types/jest" : " ^26.0.18" ,
47
47
"@types/leaflet" : " ^1.5.19" ,
48
48
"@types/numeral" : " 0.0.28" ,
49
- "@types/plotly.js" : " ^2.35.2 " ,
49
+ "@types/plotly.js" : " ^3.0.3 " ,
50
50
"@types/react" : " ^17.0.0" ,
51
51
"@types/react-dom" : " ^17.0.0" ,
52
52
"@types/tinycolor2" : " ^1.4.2" ,
91
91
"leaflet.markercluster" : " ^1.1.0" ,
92
92
"lodash" : " ^4.17.10" ,
93
93
"numeral" : " ^2.0.6" ,
94
- "plotly.js" : " 2.35.3 " ,
94
+ "plotly.js" : " 3.1.0 " ,
95
95
"react-pivottable" : " ^0.9.0" ,
96
96
"react-sortable-hoc" : " ^1.10.1" ,
97
97
"tinycolor2" : " ^1.4.1" ,
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ import updateAxes from "./updateAxes";
8
8
import updateChartSize from "./updateChartSize" ;
9
9
import { prepareCustomChartData , createCustomChartRenderer } from "./customChartUtils" ;
10
10
11
- // @ts -expect-error ts-migrate(2339) FIXME: Property 'setPlotConfig' does not exist on type 't... Remove this comment to see the full error message
12
11
Plotly . setPlotConfig ( {
13
12
modeBarButtonsToRemove : [ "sendDataToCloud" ] ,
14
13
modeBarButtonsToAdd : [ "togglespikelines" , "v1hovermode" ] ,
You can’t perform that action at this time.
0 commit comments