Add historical price chart

This commit is contained in:
2018-04-11 19:03:55 +05:30
parent 926099af34
commit f390841097
3 changed files with 71 additions and 8 deletions
+3 -1
View File
@@ -17,6 +17,8 @@
],
"react/jsx-boolean-value": "off",
"react/sort-comp": "off",
"jsx-a11y/interactive-supports-focus": "off"
"jsx-a11y/interactive-supports-focus": "off",
"react/prop-types": "off",
"no-plusplus": "off"
}
}