Browse Source

chore: updated distribution files

tags/1.2.3
Shivam Mishra 6 years ago
parent
commit
aea0c5def0
9 changed files with 9 additions and 34 deletions
  1. +2
    -2
      dist/frappe-charts.esm.js
  2. +1
    -1
      dist/frappe-charts.min.cjs.js.map
  3. +1
    -1
      dist/frappe-charts.min.esm.js.map
  4. +1
    -1
      dist/frappe-charts.min.iife.js
  5. +1
    -1
      dist/frappe-charts.min.iife.js.map
  6. +1
    -1
      docs/assets/js/frappe-charts.min.js
  7. +1
    -1
      docs/assets/js/frappe-charts.min.js.map
  8. +0
    -25
      docs/assets/js/index.min.js
  9. +1
    -1
      docs/assets/js/index.min.js.map

+ 2
- 2
dist/frappe-charts.esm.js View File

@@ -3730,8 +3730,8 @@ class DonutChart extends AggregationChart {
let s = this.state; let s = this.state;
this.radius = this.radius =
this.height > this.width this.height > this.width
? this.center.x - this.strokeWidth / 2
: this.center.y - this.strokeWidth / 2;
? this.center.x - this.strokeWidth / 2
: this.center.y - this.strokeWidth / 2;


const { radius, clockWise } = this; const { radius, clockWise } = this;




+ 1
- 1
dist/frappe-charts.min.cjs.js.map
File diff suppressed because it is too large
View File


+ 1
- 1
dist/frappe-charts.min.esm.js.map
File diff suppressed because it is too large
View File


+ 1
- 1
dist/frappe-charts.min.iife.js
File diff suppressed because it is too large
View File


+ 1
- 1
dist/frappe-charts.min.iife.js.map
File diff suppressed because it is too large
View File


+ 1
- 1
docs/assets/js/frappe-charts.min.js
File diff suppressed because it is too large
View File


+ 1
- 1
docs/assets/js/frappe-charts.min.js.map
File diff suppressed because it is too large
View File


+ 0
- 25
docs/assets/js/index.min.js View File

@@ -249,31 +249,6 @@ var moonData = {
diameters: [5262.4, 4820.6, 3637.4, 3121.6] diameters: [5262.4, 4820.6, 3637.4, 3121.6]
}; };


// const jupiterMoons = {
// 'Ganymede': {
// mass: '14819000 x 10^16 kg',
// 'semi-major-axis': '1070412 km',
// 'diameter': '5262.4 km'
// },
// 'Callisto': {
// mass: '10759000 x 10^16 kg',
// 'semi-major-axis': '1882709 km',
// 'diameter': '4820.6 km'
// },
// 'Io': {
// mass: '8931900 x 10^16 kg',
// 'semi-major-axis': '421700 km',
// 'diameter': '3637.4 km'
// },
// 'Europa': {
// mass: '4800000 x 10^16 kg',
// 'semi-major-axis': '671034 km',
// 'diameter': '3121.6 km'
// },
// };

// ================================================================================

var demoConfig = { var demoConfig = {
lineComposite: { lineComposite: {
elementID: "#chart-composite-1", elementID: "#chart-composite-1",


+ 1
- 1
docs/assets/js/index.min.js.map
File diff suppressed because it is too large
View File


Loading…
Cancel
Save