We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b4143a commit b31938aCopy full SHA for b31938a
README.md
@@ -13,8 +13,6 @@ import PlotlyChart from 'PlotlyChart';
13
14
...
15
16
-
17
18
render(){
19
20
const data = [
package.json
@@ -4,11 +4,20 @@
4
"description": "Typescript-React component for Plotly.js",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
7
- "author": "caitengjiao1987@gmail.com",
8
- "license": "MIT",
9
"scripts": {
10
"build": "tsc"
11
},
+ "repository": {
+ "type": "git",
12
+ "url": "https://github.com/davidctj/react-plotlyjs-ts.git"
+ },
+ "keywords": [
+ "react",
+ "typescript",
+ "plotly"
+ ],
+ "author": "caitengjiao1987@gmail.com",
+ "license": "MIT",
21
"dependencies": {
22
"lodash": "^4.17.4",
23
"plotly.js": "^1.30.0",
0 commit comments