Commit Graph
11 Commits
Author SHA1 Message Date
Tom CrockettandGitHub e5b6d5c2a4 Add onLoad animation configuration
Alluded to here in documentation:

https://formidable.com/open-source/victory/docs/victory-stack

Code references:
https://github.com/FormidableLabs/victory-core/blob/e28d4b81eaa0b303d88d7c3124aec4c77d8c9970/src/victory-util/default-transitions.js#L5
https://github.com/FormidableLabs/victory-core/blob/e28d4b81eaa0b303d88d7c3124aec4c77d8c9970/src/victory-util/default-transitions.js#L19
2017-09-18 17:56:21 -07:00
doomsower b322132329 Allow Date domains 2017-08-11 23:11:30 +03:00
doomsower 0c7831378b Allow DomainPropType to have only one defined axis 2017-08-11 21:36:36 +03:00
Matt HaggardandMohamed Hegazy 34f60516b3 Add state def arg to React.Component (#18694)
This removes the following errors for me:

```
node_modules/@types/victory/index.d.ts(81,43): error TS2314: Generic type 'Component<P, S>' requires 2 type argument(s).
node_modules/@types/victory/index.d.ts(175,39): error TS2314: Generic type 'Component<P, S>' requires 2 type argument(s).
node_modules/@types/victory/index.d.ts(227,43): error TS2314: Generic type 'Component<P, S>' requires 2 type argument(s).
node_modules/@types/victory/index.d.ts(669,38): error TS2314: Generic type 'Component<P, S>' requires 2 type argument(s).
node_modules/@types/victory/index.d.ts(853,38): error TS2314: Generic type 'Component<P, S>' requires 2 type argument(s).
node_modules/@types/victory/index.d.ts(924,37): error TS2314: Generic type 'Component<P, S>' requires 2 type argument(s).
node_modules/@types/victory/index.d.ts(1010,39): error TS2314: Generic type 'Component<P, S>' requires 2 type argument(s).
node_modules/@types/victory/index.d.ts(1107,39): error TS2314: Generic type 'Component<P, S>' requires 2 type argument(s).
node_modules/@types/victory/index.d.ts(1185,38): error TS2314: Generic type 'Component<P, S>' requires 2 type argument(s).
node_modules/@types/victory/index.d.ts(1418,41): error TS2314: Generic type 'Component<P, S>' requires 2 type argument(s).
node_modules/@types/victory/index.d.ts(1520,39): error TS2314: Generic type 'Component<P, S>' requires 2 type argument(s).
node_modules/@types/victory/index.d.ts(1664,37): error TS2314: Generic type 'Component<P, S>' requires 2 type argument(s).
```
2017-08-08 11:45:19 -07:00
Nathan Shively-SandersandGitHub 11308e40f1 Merge pull request #17344 from ngub/master
[victory]: added missing types for VictoryLegend
2017-06-24 07:14:50 -07:00
Nikita Gubchenko f10990cb03 Victory: added tests for VictoryLegend 2017-06-22 11:17:20 +03:00
Nikita Gubchenko 0b243447cf Victory: added missing types for VictoryLegend 2017-06-21 11:23:51 +03:00
Tanguy Krotoff ea9de8a518 Replace React.Component<(.*), (any|void|\{\}|null)> by React.Component<$1>
+ many manual adjustments
2017-06-19 13:35:50 +02:00
Tanguy Krotoff eeb262e1d8 Update react to TypeScript 2.3 2017-06-19 13:34:54 +02:00
Krzysztof CebulaandAndy 9d55adc25b victory: Add missing labelRadius property for VictoryPie (#16388)
* Add missing  labelRadius property for VictoryPie

* Add test

* Increase package version

* Add tickLabels on VictoryStyleInterface
2017-06-01 08:43:56 -07:00
Andy Hanson 354cec620d Move all packages to a types directory 2017-03-24 14:27:52 -07:00