Skip to content

Commit

Permalink
(release): 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marjan-georgiev committed Mar 13, 2017
1 parent 976b85f commit 6a11b24
Show file tree
Hide file tree
Showing 98 changed files with 3,685 additions and 2,913 deletions.
48 changes: 24 additions & 24 deletions demo/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,20 +101,20 @@ export const bubble = [
name: 'Germany',
series: [
{
name: '2010',
x: 40632,
name: new Date(Math.floor(1473700105009 + Math.random() * 1000000000)),
x: new Date(Math.floor(1473700105009 + Math.random() * 1000000000)),
y: 80.3,
r: 80.4
},
{
name: '2000',
x: 36953,
name: new Date(Math.floor(1473700105009 + Math.random() * 1000000000)),
x: new Date(Math.floor(1473700105009 + Math.random() * 1000000000)),
y: 80.3,
r: 78
},
{
name: '1990',
x: 31476,
name: new Date(Math.floor(1473700105009 + Math.random() * 1000000000)),
x: new Date(Math.floor(1473700105009 + Math.random() * 1000000000)),
y: 75.4,
r: 79
}
Expand All @@ -124,20 +124,20 @@ export const bubble = [
name: 'USA',
series: [
{
name: '2010',
x: 49737,
name: new Date(Math.floor(1473700105009 + Math.random() * 1000000000)),
x: new Date(Math.floor(1473700105009 + Math.random() * 1000000000)),
y: 78.8,
r: 310
},
{
name: '2000',
x: 45986,
name: new Date(Math.floor(1473700105009 + Math.random() * 1000000000)),
x: new Date(Math.floor(1473700105009 + Math.random() * 1000000000)),
y: 76.9,
r: 283
},
{
name: '1990',
x: 3706,
name: new Date(Math.floor(1473700105009 + Math.random() * 1000000000)),
x: new Date(Math.floor(1473700105009 + Math.random() * 1000000000)),
y: 75.4,
r: 253
}
Expand All @@ -147,20 +147,20 @@ export const bubble = [
name: 'France',
series: [
{
name: '2010',
x: 36745,
name: new Date(Math.floor(1473700105009 + Math.random() * 1000000000)),
x: new Date(Math.floor(1473700105009 + Math.random() * 1000000000)),
y: 81.4,
r: 63
},
{
name: '2000',
x: 34774,
name: new Date(Math.floor(1473700105009 + Math.random() * 1000000000)),
x: new Date(Math.floor(1473700105009 + Math.random() * 1000000000)),
y: 79.1,
r: 59.4
},
{
name: '1990',
x: 29476,
name: new Date(Math.floor(1473700105009 + Math.random() * 1000000000)),
x: new Date(Math.floor(1473700105009 + Math.random() * 1000000000)),
y: 77.2,
r: 56.9
}
Expand All @@ -170,20 +170,20 @@ export const bubble = [
name: 'United Kingdom',
series: [
{
name: '2010',
x: 36240,
name: new Date(Math.floor(1473700105009 + Math.random() * 1000000000)),
x: new Date(Math.floor(1473700105009 + Math.random() * 1000000000)),
y: 80.2,
r: 62.7
},
{
name: '2000',
x: 32543,
name: new Date(Math.floor(1473700105009 + Math.random() * 1000000000)),
x: new Date(Math.floor(1473700105009 + Math.random() * 1000000000)),
y: 77.8,
r: 58.9
},
{
name: '1990',
x: 26424,
name: new Date(Math.floor(1473700105009 + Math.random() * 1000000000)),
x: new Date(Math.floor(1473700105009 + Math.random() * 1000000000)),
y: 75.7,
r: 57.1
}
Expand Down
5 changes: 5 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 4.3.0
- Enhancement: Improved pie chart label positioning (#273)
- Enhancement: Improved number card design and scaling (#272)
- Chore: Refactored charts to use d3 modules directly in library components (#270)

## 4.2.1
- Bug: Fixed customColors mapping
- Chore: Various AoT compilation and build improvements (#255, #257, #258, #259, #256, #263, #260, #266)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swimlane/ngx-charts",
"version": "4.2.1",
"version": "4.3.0",
"description": "Declarative Charting Framework for Angular2 and beyond!",
"main": "release/index.js",
"typings": "release/index.d.ts",
Expand Down
13 changes: 7 additions & 6 deletions release/area-chart/area-chart-normalized.component.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion release/area-chart/area-chart-normalized.component.js.map

Large diffs are not rendered by default.

13 changes: 7 additions & 6 deletions release/area-chart/area-chart-stacked.component.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6a11b24

Please sign in to comment.