Socket
Socket
Sign inDemoInstall

@devexpress/dx-react-chart-bootstrap4

Package Overview
Dependencies
Maintainers
14
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devexpress/dx-react-chart-bootstrap4 - npm Package Compare versions

Comparing version 1.9.1 to 1.10.0

18

dist/dx-react-chart-bootstrap4.d.ts

@@ -80,6 +80,8 @@ import * as React from 'react';

type?: 'band' | 'linear';
/** A function that returns a tick formatter function. */
tickFormat?: (scale: ScaleObject) => (tick: string) => string;
/** Specifies whether to render ticks. */
showTicks?: boolean;
/** Specifies whether to render grids. */
showGrids?: boolean;
/** Specifies whether to render the grid. */
showGrid?: boolean;
/** Specifies whether to render the axis's line. */

@@ -89,4 +91,2 @@ showLine?: boolean;

showLabels?: boolean;
/** A function that returns a tick formatter function. */
tickFormat?: (scale: ScaleObject) => (tick: string) => string;
/** A component that renders the axis's root layout. */

@@ -496,8 +496,8 @@ rootComponent?: React.ComponentType<ArgumentAxisBase.RootProps>;

indentFromAxis?: number;
/** Axis type. */
type?: 'band' | 'linear';
/** A function that returns a tick formatter function. */
tickFormat?: (scale: ScaleObject) => (tick: string) => string;
/** Specifies whether to render ticks. */
showTicks?: boolean;
/** Specifies whether to render grids. */
showGrids?: boolean;
/** Specifies whether to render the grid. */
showGrid?: boolean;
/** Specifies whether to render the axis's line. */

@@ -507,4 +507,2 @@ showLine?: boolean;

showLabels?: boolean;
/** A function that returns a tick formatter function. */
tickFormat?: (scale: ScaleObject) => (tick: string) => string;
/** A component that renders the axis root layout. */

@@ -511,0 +509,0 @@ rootComponent?: React.ComponentType<ValueAxisBase.RootProps>;

/**
* Bundle of @devexpress/dx-react-chart-bootstrap4
* Generated: 2018-12-07
* Version: 1.9.1
* Generated: 2018-12-25
* Version: 1.10.0
* License: https://js.devexpress.com/Licensing
*/
import classNames from 'classnames';
import { createElement, createRef, PureComponent } from 'react';
import { node, oneOfType, string, func, instanceOf, bool } from 'prop-types';
import { withComponents } from '@devexpress/dx-react-core';
import { withPatchedProps, Chart, Palette, Legend, Title, ScatterSeries, Axis, ValueAxis, ArgumentAxis, Tooltip } from '@devexpress/dx-react-chart';
export { AreaSeries, BarSeries, LineSeries, PieSeries, SplineSeries } from '@devexpress/dx-react-chart';
import { withComponents } from '@devexpress/dx-react-core';
import classNames from 'classnames';
import { createPortal } from 'react-dom';
import { node, func, oneOfType, string, instanceOf, bool } from 'prop-types';
import { Popper } from 'react-popper';
import { createElement, PureComponent, createRef } from 'react';

@@ -17,0 +17,0 @@ function _classCallCheck(instance, Constructor) {

/**
* Bundle of @devexpress/dx-react-chart-bootstrap4
* Generated: 2018-12-07
* Version: 1.9.1
* Generated: 2018-12-25
* Version: 1.10.0
* License: https://js.devexpress.com/Licensing

@@ -9,6 +9,6 @@ */

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('classnames'), require('@devexpress/dx-react-chart'), require('@devexpress/dx-react-core'), require('react-dom'), require('prop-types'), require('react-popper'), require('react')) :
typeof define === 'function' && define.amd ? define(['exports', 'classnames', '@devexpress/dx-react-chart', '@devexpress/dx-react-core', 'react-dom', 'prop-types', 'react-popper', 'react'], factory) :
(factory((global.DevExpress = global.DevExpress || {}, global.DevExpress.DXReactChartBootstrap4 = {}),global.classNames,global.DevExpress.DXReactChart,global.DevExpress.DXReactCore,global.ReactDOM,global.PropTypes,global.reactPopper,global.React));
}(this, (function (exports,classNames,dxReactChart,dxReactCore,ReactDOM,PropTypes,reactPopper,React) { 'use strict';
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('react'), require('prop-types'), require('@devexpress/dx-react-core'), require('@devexpress/dx-react-chart'), require('classnames'), require('react-dom'), require('react-popper')) :
typeof define === 'function' && define.amd ? define(['exports', 'react', 'prop-types', '@devexpress/dx-react-core', '@devexpress/dx-react-chart', 'classnames', 'react-dom', 'react-popper'], factory) :
(global = global || self, factory((global.DevExpress = global.DevExpress || {}, global.DevExpress.DXReactChartBootstrap4 = {}), global.React, global.PropTypes, global.DevExpress.DXReactCore, global.DevExpress.DXReactChart, global.classNames, global.ReactDOM, global.reactPopper));
}(this, function (exports, React, PropTypes, dxReactCore, dxReactChart, classNames, ReactDOM, reactPopper) { 'use strict';

@@ -505,3 +505,3 @@ if (typeof process === "undefined") { var process = { env: {} }; }

})));
}));
//# sourceMappingURL=dx-react-chart-bootstrap4.umd.js.map
{
"name": "@devexpress/dx-react-chart-bootstrap4",
"version": "1.9.1",
"version": "1.10.0",
"description": "Bootstrap 4 templates for DevExtreme React Chart component",

@@ -48,17 +48,17 @@ "author": {

"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.1.6",
"@babel/core": "^7.2.2",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"@devexpress/dx-chart-core": "^1.9.1",
"@devexpress/dx-react-chart": "^1.9.1",
"@devexpress/dx-react-core": "^1.9.1",
"@devexpress/dx-testing": "^1.9.1",
"@devexpress/dx-chart-core": "1.10.0",
"@devexpress/dx-react-chart": "1.10.0",
"@devexpress/dx-react-core": "1.10.0",
"@devexpress/dx-testing": "1.10.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.6.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.20",
"core-js": "^2.5.7",
"enzyme": "3.7.0",
"enzyme-adapter-react-16": "^1.7.0",
"eslint": "^5.9.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.21",
"core-js": "^2.6.1",
"enzyme": "3.8.0",
"enzyme-adapter-react-16": "^1.7.1",
"eslint": "^5.11.0",
"eslint-config-airbnb": "^17.1.0",

@@ -68,14 +68,14 @@ "eslint-config-airbnb-base": "^13.1.0",

"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^22.0.0",
"eslint-plugin-jest": "^22.1.2",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"jest": "^23.6.0",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-test-renderer": "^16.6.3",
"rollup": "^0.67.3",
"rollup-plugin-babel": "^4.0.3",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-test-renderer": "^16.7.0",
"rollup": "^0.68.2",
"rollup-plugin-babel": "^4.1.0",
"rollup-plugin-css-only": "^0.4.0",
"rollup-plugin-license": "^0.7.0",
"rollup-plugin-node-resolve": "^3.4.0"
"rollup-plugin-node-resolve": "^4.0.0"
},

@@ -87,8 +87,8 @@ "dependencies": {

"peerDependencies": {
"@devexpress/dx-chart-core": "1.9.1",
"@devexpress/dx-react-chart": "1.9.1",
"@devexpress/dx-react-core": "1.9.1",
"@devexpress/dx-chart-core": "1.10.0",
"@devexpress/dx-react-chart": "1.10.0",
"@devexpress/dx-react-core": "1.10.0",
"react": ">=16.6.0"
},
"gitHead": "29cb22ed32aac31a3fa3d985b9160300af79b12f"
"gitHead": "0890839a23a7afd042ad3984dca69232767d60cd"
}
# DevExtreme React Chart Bootstrap4
Project status: **CTP**
Project status: **Beta**

@@ -5,0 +5,0 @@ A template suite used to render the React Chart's UI elements based on [Bootstrap 4](http://getbootstrap.com/) components.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc