@uifabric/charting
Advanced tools
Comparing version 0.0.4 to 0.0.5
# Change Log - @uifabric/charting | ||
This log was last generated on Tue, 03 Jul 2018 10:23:19 GMT and should not be manually modified. | ||
This log was last generated on Fri, 13 Jul 2018 18:55:05 GMT and should not be manually modified. | ||
## 0.0.5 | ||
Fri, 13 Jul 2018 18:55:05 GMT | ||
### Patches | ||
- Update typings to not use deprecated types. | ||
## 0.0.4 | ||
@@ -6,0 +13,0 @@ Tue, 03 Jul 2018 10:23:19 GMT |
@@ -0,1 +1,2 @@ | ||
/** Jest test setup file. */ | ||
export {}; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import * as React from 'react'; | ||
@@ -7,4 +6,4 @@ import { IHorizontalBarChartProps } from '../../HorizontalBarChart'; | ||
render(): JSX.Element; | ||
private _basicExample(); | ||
private _styledExample(); | ||
private _basicExample; | ||
private _styledExample; | ||
} |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import * as React from 'react'; | ||
@@ -10,10 +9,10 @@ import { IHorizontalBarChartProps } from './HorizontalBarChart.types'; | ||
render(): JSX.Element; | ||
private _setXAxis(node, xAxis); | ||
private _setYAxis(node, yAxis); | ||
private _createNumericXAxis(isNumeric, data, width); | ||
private _createStringYAxis(data, height); | ||
private _createYAxis(data, height, yAxisTickCount); | ||
private _createNumericBars(data, height, width, barHeight); | ||
private _createStringBars(data, height, width, barHeight); | ||
private _createColors(yMax); | ||
private _setXAxis; | ||
private _setYAxis; | ||
private _createNumericXAxis; | ||
private _createStringYAxis; | ||
private _createYAxis; | ||
private _createNumericBars; | ||
private _createStringBars; | ||
private _createColors; | ||
} |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import * as React from 'react'; | ||
@@ -3,0 +2,0 @@ import { IComponentDemoPageProps } from '@uifabric/example-app-base'; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import * as React from 'react'; | ||
@@ -7,3 +6,3 @@ import { ILineChartProps } from '../../LineChart'; | ||
render(): JSX.Element; | ||
private _basicExample(); | ||
private _basicExample; | ||
} |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import * as React from 'react'; | ||
@@ -7,3 +6,3 @@ import { ILineChartProps } from '../../LineChart'; | ||
render(): JSX.Element; | ||
private _styledExample(); | ||
private _styledExample; | ||
} |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import * as React from 'react'; | ||
@@ -15,9 +14,9 @@ import { ILineChartProps } from './LineChart.types'; | ||
render(): JSX.Element; | ||
private _setXAxis(node, xAxis); | ||
private _setYAxis(node, yAxis); | ||
private _createNumericXAxis(); | ||
private _createStringXAxis(); | ||
private _createYAxis(); | ||
private _createNumericLines(); | ||
private _createStringLines(); | ||
private _setXAxis; | ||
private _setYAxis; | ||
private _createNumericXAxis; | ||
private _createStringXAxis; | ||
private _createYAxis; | ||
private _createNumericLines; | ||
private _createStringLines; | ||
} |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import * as React from 'react'; | ||
@@ -3,0 +2,0 @@ import { IComponentDemoPageProps } from '@uifabric/example-app-base'; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import * as React from 'react'; | ||
@@ -7,4 +6,4 @@ import { IVerticalBarChartProps } from '../../VerticalBarChart'; | ||
render(): JSX.Element; | ||
private _basicExample(); | ||
private _styledExample(); | ||
private _basicExample; | ||
private _styledExample; | ||
} |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import * as React from 'react'; | ||
@@ -14,10 +13,10 @@ import { IVerticalBarChartProps } from './VerticalBarChart.types'; | ||
render(): JSX.Element; | ||
private _setXAxis(node, xAxis); | ||
private _setYAxis(node, yAxis); | ||
private _createNumericXAxis(); | ||
private _createStringXAxis(); | ||
private _createYAxis(); | ||
private _createNumericBars(); | ||
private _createStringBars(); | ||
private _createColors(yMax); | ||
private _setXAxis; | ||
private _setYAxis; | ||
private _createNumericXAxis; | ||
private _createStringXAxis; | ||
private _createYAxis; | ||
private _createNumericBars; | ||
private _createStringBars; | ||
private _createColors; | ||
} |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import * as React from 'react'; | ||
@@ -3,0 +2,0 @@ import { IComponentDemoPageProps } from '@uifabric/example-app-base'; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import * as React from 'react'; | ||
@@ -3,0 +2,0 @@ import './GettingStartedPage.scss'; |
@@ -0,1 +1,2 @@ | ||
/** Jest test setup file. */ | ||
export {}; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import * as React from 'react'; | ||
@@ -7,4 +6,4 @@ import { IHorizontalBarChartProps } from '../../HorizontalBarChart'; | ||
render(): JSX.Element; | ||
private _basicExample(); | ||
private _styledExample(); | ||
private _basicExample; | ||
private _styledExample; | ||
} |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import * as React from 'react'; | ||
@@ -10,10 +9,10 @@ import { IHorizontalBarChartProps } from './HorizontalBarChart.types'; | ||
render(): JSX.Element; | ||
private _setXAxis(node, xAxis); | ||
private _setYAxis(node, yAxis); | ||
private _createNumericXAxis(isNumeric, data, width); | ||
private _createStringYAxis(data, height); | ||
private _createYAxis(data, height, yAxisTickCount); | ||
private _createNumericBars(data, height, width, barHeight); | ||
private _createStringBars(data, height, width, barHeight); | ||
private _createColors(yMax); | ||
private _setXAxis; | ||
private _setYAxis; | ||
private _createNumericXAxis; | ||
private _createStringYAxis; | ||
private _createYAxis; | ||
private _createNumericBars; | ||
private _createStringBars; | ||
private _createColors; | ||
} |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import * as React from 'react'; | ||
@@ -3,0 +2,0 @@ import { IComponentDemoPageProps } from '@uifabric/example-app-base'; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import * as React from 'react'; | ||
@@ -7,3 +6,3 @@ import { ILineChartProps } from '../../LineChart'; | ||
render(): JSX.Element; | ||
private _basicExample(); | ||
private _basicExample; | ||
} |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import * as React from 'react'; | ||
@@ -7,3 +6,3 @@ import { ILineChartProps } from '../../LineChart'; | ||
render(): JSX.Element; | ||
private _styledExample(); | ||
private _styledExample; | ||
} |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import * as React from 'react'; | ||
@@ -15,9 +14,9 @@ import { ILineChartProps } from './LineChart.types'; | ||
render(): JSX.Element; | ||
private _setXAxis(node, xAxis); | ||
private _setYAxis(node, yAxis); | ||
private _createNumericXAxis(); | ||
private _createStringXAxis(); | ||
private _createYAxis(); | ||
private _createNumericLines(); | ||
private _createStringLines(); | ||
private _setXAxis; | ||
private _setYAxis; | ||
private _createNumericXAxis; | ||
private _createStringXAxis; | ||
private _createYAxis; | ||
private _createNumericLines; | ||
private _createStringLines; | ||
} |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import * as React from 'react'; | ||
@@ -3,0 +2,0 @@ import { IComponentDemoPageProps } from '@uifabric/example-app-base'; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import * as React from 'react'; | ||
@@ -7,4 +6,4 @@ import { IVerticalBarChartProps } from '../../VerticalBarChart'; | ||
render(): JSX.Element; | ||
private _basicExample(); | ||
private _styledExample(); | ||
private _basicExample; | ||
private _styledExample; | ||
} |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import * as React from 'react'; | ||
@@ -14,10 +13,10 @@ import { IVerticalBarChartProps } from './VerticalBarChart.types'; | ||
render(): JSX.Element; | ||
private _setXAxis(node, xAxis); | ||
private _setYAxis(node, yAxis); | ||
private _createNumericXAxis(); | ||
private _createStringXAxis(); | ||
private _createYAxis(); | ||
private _createNumericBars(); | ||
private _createStringBars(); | ||
private _createColors(yMax); | ||
private _setXAxis; | ||
private _setYAxis; | ||
private _createNumericXAxis; | ||
private _createStringXAxis; | ||
private _createYAxis; | ||
private _createNumericBars; | ||
private _createStringBars; | ||
private _createColors; | ||
} |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import * as React from 'react'; | ||
@@ -3,0 +2,0 @@ import { IComponentDemoPageProps } from '@uifabric/example-app-base'; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import * as React from 'react'; | ||
@@ -3,0 +2,0 @@ import './GettingStartedPage.scss'; |
@@ -0,1 +1,2 @@ | ||
/** Jest test setup file. */ | ||
export {}; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import * as React from 'react'; | ||
@@ -7,4 +6,4 @@ import { IHorizontalBarChartProps } from '../../HorizontalBarChart'; | ||
render(): JSX.Element; | ||
private _basicExample(); | ||
private _styledExample(); | ||
private _basicExample; | ||
private _styledExample; | ||
} |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import * as React from 'react'; | ||
@@ -10,10 +9,10 @@ import { IHorizontalBarChartProps } from './HorizontalBarChart.types'; | ||
render(): JSX.Element; | ||
private _setXAxis(node, xAxis); | ||
private _setYAxis(node, yAxis); | ||
private _createNumericXAxis(isNumeric, data, width); | ||
private _createStringYAxis(data, height); | ||
private _createYAxis(data, height, yAxisTickCount); | ||
private _createNumericBars(data, height, width, barHeight); | ||
private _createStringBars(data, height, width, barHeight); | ||
private _createColors(yMax); | ||
private _setXAxis; | ||
private _setYAxis; | ||
private _createNumericXAxis; | ||
private _createStringYAxis; | ||
private _createYAxis; | ||
private _createNumericBars; | ||
private _createStringBars; | ||
private _createColors; | ||
} |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import * as React from 'react'; | ||
@@ -3,0 +2,0 @@ import { IComponentDemoPageProps } from '@uifabric/example-app-base'; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import * as React from 'react'; | ||
@@ -7,3 +6,3 @@ import { ILineChartProps } from '../../LineChart'; | ||
render(): JSX.Element; | ||
private _basicExample(); | ||
private _basicExample; | ||
} |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import * as React from 'react'; | ||
@@ -7,3 +6,3 @@ import { ILineChartProps } from '../../LineChart'; | ||
render(): JSX.Element; | ||
private _styledExample(); | ||
private _styledExample; | ||
} |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import * as React from 'react'; | ||
@@ -15,9 +14,9 @@ import { ILineChartProps } from './LineChart.types'; | ||
render(): JSX.Element; | ||
private _setXAxis(node, xAxis); | ||
private _setYAxis(node, yAxis); | ||
private _createNumericXAxis(); | ||
private _createStringXAxis(); | ||
private _createYAxis(); | ||
private _createNumericLines(); | ||
private _createStringLines(); | ||
private _setXAxis; | ||
private _setYAxis; | ||
private _createNumericXAxis; | ||
private _createStringXAxis; | ||
private _createYAxis; | ||
private _createNumericLines; | ||
private _createStringLines; | ||
} |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import * as React from 'react'; | ||
@@ -3,0 +2,0 @@ import { IComponentDemoPageProps } from '@uifabric/example-app-base'; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import * as React from 'react'; | ||
@@ -7,4 +6,4 @@ import { IVerticalBarChartProps } from '../../VerticalBarChart'; | ||
render(): JSX.Element; | ||
private _basicExample(); | ||
private _styledExample(); | ||
private _basicExample; | ||
private _styledExample; | ||
} |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import * as React from 'react'; | ||
@@ -14,10 +13,10 @@ import { IVerticalBarChartProps } from './VerticalBarChart.types'; | ||
render(): JSX.Element; | ||
private _setXAxis(node, xAxis); | ||
private _setYAxis(node, yAxis); | ||
private _createNumericXAxis(); | ||
private _createStringXAxis(); | ||
private _createYAxis(); | ||
private _createNumericBars(); | ||
private _createStringBars(); | ||
private _createColors(yMax); | ||
private _setXAxis; | ||
private _setYAxis; | ||
private _createNumericXAxis; | ||
private _createStringXAxis; | ||
private _createYAxis; | ||
private _createNumericBars; | ||
private _createStringBars; | ||
private _createColors; | ||
} |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import * as React from 'react'; | ||
@@ -3,0 +2,0 @@ import { IComponentDemoPageProps } from '@uifabric/example-app-base'; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import * as React from 'react'; | ||
@@ -3,0 +2,0 @@ import './GettingStartedPage.scss'; |
@@ -7,4 +7,4 @@ { | ||
"packages/charting/.vscode/settings.json": "a47d61e2fb865a31a0ee471e65cfb447269f23f2", | ||
"packages/charting/CHANGELOG.json": "eaa2eb27b7f729c5d484621577edca532289f8e4", | ||
"packages/charting/CHANGELOG.md": "211e3b421b07014b19a6bda9d7052f16796c2cc6", | ||
"packages/charting/CHANGELOG.json": "31a50dc321e8d3021d23878643ff271b6f447a2f", | ||
"packages/charting/CHANGELOG.md": "95ef889d7d1f4407f5ff8cc961e00b79bb6ddfb3", | ||
"packages/charting/LICENSE": "e9c9e1d7b52b81520f28cccdc77e93bec89ad840", | ||
@@ -17,3 +17,3 @@ "packages/charting/README.md": "f5506d1fbe19efd4d6d8c6c88f6215cf6c4d51ba", | ||
"packages/charting/jsconfig.json": "c25b2cc60e6443982c62d0847d67b6ac6960dddc", | ||
"packages/charting/package.json": "579c7b680366a88cde35de8bad3a9827409cae3c", | ||
"packages/charting/package.json": "e012b374cc384d0650620b682347d7c41337b0a2", | ||
"packages/charting/src/HorizontalBarChart.ts": "25f19e9d313d4d0010f2e9b5bbef4b8a08f9f249", | ||
@@ -25,3 +25,3 @@ "packages/charting/src/LineChart.ts": "2105ceffef3a53f1deb36d548ad93bda41babe36", | ||
"packages/charting/src/common/tests.ts": "e47f11fc76bfb223d5e57651ec7075d8297d4cfc", | ||
"packages/charting/src/components/HorizontalBarChart/HorizontalBarChart.base.tsx": "7dd9e23076a0515f2cb2717689b46e2caf35430d", | ||
"packages/charting/src/components/HorizontalBarChart/HorizontalBarChart.base.tsx": "d9c39048772a46660ecfde3cc6f9a21a14f55f09", | ||
"packages/charting/src/components/HorizontalBarChart/HorizontalBarChart.styles.ts": "fdbef461f2c4211b37c765ce42efa613d0efc6f9", | ||
@@ -33,3 +33,3 @@ "packages/charting/src/components/HorizontalBarChart/HorizontalBarChart.tsx": "61a8bd972915ed240726a8600a91327a68cc21c1", | ||
"packages/charting/src/components/HorizontalBarChart/index.ts": "d87d2b8aa9ee9ae86fc78e4b4dcca98c78fb8100", | ||
"packages/charting/src/components/LineChart/LineChart.base.tsx": "6ff6a30f0f2f8e2934c1a6e6f7b0eb348c0e2c13", | ||
"packages/charting/src/components/LineChart/LineChart.base.tsx": "f833d5f521cce27f1da26cc73bedf016207bca86", | ||
"packages/charting/src/components/LineChart/LineChart.styles.ts": "837318d20bd34e88fbf3c9a1d31be225cd08fe7c", | ||
@@ -42,3 +42,3 @@ "packages/charting/src/components/LineChart/LineChart.tsx": "8c340249d2d289e48432d7eea93e68ad393e1b00", | ||
"packages/charting/src/components/LineChart/index.ts": "ec51482d22ec6116205af1fa31e58643b6096d03", | ||
"packages/charting/src/components/VerticalBarChart/VerticalBarChart.base.tsx": "786d7f213936c1dabf21f7c217b668a966638f3e", | ||
"packages/charting/src/components/VerticalBarChart/VerticalBarChart.base.tsx": "48b78f84ad9d3a3af060e8d6617fb57dd36f2396", | ||
"packages/charting/src/components/VerticalBarChart/VerticalBarChart.styles.ts": "3c854e9a78c45462ace54d9e76b2deb382c43c84", | ||
@@ -63,5 +63,5 @@ "packages/charting/src/components/VerticalBarChart/VerticalBarChart.test.tsx": "89e4b9e2b42db3da479b75425e20c49e0dd8ae81", | ||
"packages/charting/webpack.serve.config.js": "064786c415ce526cfb1725c1f4a51b377c428836", | ||
"common/config/rush/npm-shrinkwrap.json": "b7367960b5dfee44186685dd0b105e361dd0431b" | ||
"common/config/rush/npm-shrinkwrap.json": "2be337400fddf656c1f901b18972b78a741f2946" | ||
}, | ||
"arguments": "node ../../scripts/build.js --production" | ||
} |
{ | ||
"name": "@uifabric/charting", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Experimental React components for building experiences for Office 365.", | ||
@@ -34,3 +34,3 @@ "main": "lib-commonjs/index.js", | ||
"@types/webpack-env": "1.13.0", | ||
"@uifabric/example-app-base": ">=6.2.1 <7.0.0", | ||
"@uifabric/example-app-base": ">=6.2.2 <7.0.0", | ||
"@uifabric/jest-serializer-merge-styles": ">=6.0.3 <7.0.0", | ||
@@ -49,3 +49,3 @@ "es6-weak-map": "^2.0.2", | ||
"@microsoft/load-themed-styles": "^1.7.13", | ||
"office-ui-fabric-react": ">=6.25.0 <7.0.0", | ||
"office-ui-fabric-react": ">=6.34.0 <7.0.0", | ||
"@uifabric/icons": ">=6.0.2 <7.0.0", | ||
@@ -52,0 +52,0 @@ "prop-types": "^15.5.10", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1898102
20703