@tradingaction/core 2.0.13 → 2.0.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/ChartCanvas.js +1 -1
- package/package.json +2 -2
- package/src/ChartCanvas.tsx +1 -1
package/lib/ChartCanvas.js
CHANGED
|
@@ -787,7 +787,7 @@ export class ChartCanvas extends React.Component {
|
|
|
787
787
|
}
|
|
788
788
|
ChartCanvas.defaultProps = {
|
|
789
789
|
clamp: false,
|
|
790
|
-
className: "react-financial-charts
|
|
790
|
+
className: "ta-react-financial-charts",
|
|
791
791
|
defaultFocus: true,
|
|
792
792
|
disablePan: false,
|
|
793
793
|
disableInteraction: false,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tradingaction/core",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.15",
|
|
4
4
|
"description": "Core code for react-financial-charts",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
|
|
49
49
|
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "e12c129340de3cfc35167df7f195a8b316c879a6"
|
|
52
52
|
}
|
package/src/ChartCanvas.tsx
CHANGED
|
@@ -427,7 +427,7 @@ export class ChartCanvas<TXAxis extends number | Date> extends React.Component<
|
|
|
427
427
|
> {
|
|
428
428
|
public static defaultProps = {
|
|
429
429
|
clamp: false,
|
|
430
|
-
className: "react-financial-charts
|
|
430
|
+
className: "ta-react-financial-charts",
|
|
431
431
|
defaultFocus: true,
|
|
432
432
|
disablePan: false,
|
|
433
433
|
disableInteraction: false,
|