Skip to content

Commit 5f0eb84

Browse files
author
Ritik Srivastava
authored
LineAreaGraph update: eventSeries and ToolTip added (#85)
* all interleaving metrices working * updated test data for lineAreaGraph * double click zoomout * tooltip points for open and close line working * tooltip single point working for pointer in btw, for pointer over all metrix having issue * toolTip working good, next step reduce variables * hardcoded colors added for tick and labels, also tooltip line * styles hardcoded, tooltipDate added, issue with 0/1 value of event * moment added in previous commit, event Series 0/1 fixed * pointer curr working properly * state for first pointerCheck added:try to work by removing it in future * style issue with avg curr because of --& number switching fixed * moment removed * true false for chaos event added * toolTipFor eventSeries added, points of EventSeries hidden * interface of AreaGrapherChanged number|string for data * tooltip eventSeries working, legendTable update with mouse hover working * Tooltip point for only eventSeries data removed * showTips check added in handleToolTip func * all working: eventToolTip * styling changes and all warnings removed * yLabel & yLabelOffset added and hardcoded style added * coloring styling fixes * reset radialChart.tsx and .eslint.js * tooltipDate position styling and precision of yAxis ticks * deepScan issue fixed Signed-off-by: Ritik Srivastava <ritik.srivastava@mayadata.io>
1 parent b2ed6ac commit 5f0eb84

17 files changed

+26036
-542
lines changed

package-lock.json

Lines changed: 24941 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,22 +54,23 @@
5454
"types": "index.d.ts",
5555
"dependencies": {
5656
"@material-ui/core": "^4.10.2",
57-
"@material-ui/lab": "^4.0.0-alpha.56",
5857
"@material-ui/icons": "^4.9.1",
58+
"@material-ui/lab": "^4.0.0-alpha.56",
59+
"@visx/visx": "^1.1.0",
5960
"d3-array": "^2.8.0",
61+
"dayjs": "^1.10.3",
6062
"react": "^16.9.0",
6163
"react-dom": "^16.9.0",
62-
"react-router-dom": "^5.2.0",
63-
"@visx/visx": "^1.1.0"
64+
"react-router-dom": "^5.2.0"
6465
},
6566
"peerDependencies": {
6667
"@material-ui/core": "^4.10.2",
6768
"@material-ui/icons": "^4.9.1",
69+
"@visx/visx": "^1.1.0",
6870
"d3-array": "^2.8.0",
6971
"react": "^16.9.0",
7072
"react-dom": "^16.9.0",
71-
"react-router-dom": "^5.2.0",
72-
"@visx/visx": "^1.1.0"
73+
"react-router-dom": "^5.2.0"
7374
},
7475
"devDependencies": {
7576
"@babel/core": "^7.9.0",

0 commit comments

Comments
 (0)