Created a new tooltip when click in a value to have different external links. Which links can be created with values from the series.

This commit is contained in:
Joaquin Jimenez Garcia
2020-02-04 16:31:43 +01:00
parent 1e7ef33b67
commit 18574c3fa1
38 changed files with 1241 additions and 63 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
"noImplicitReturns": true,
"noImplicitThis": true,
"noImplicitUseStrict": false,
"noImplicitAny": true,
"noImplicitAny": false,
"noEmitOnError": false,
"downlevelIteration": true,
"noUnusedLocals": true,