mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Added curve to line charts
This commit is contained in:
parent
a9da3b13fc
commit
da9a2c6b8a
2 changed files with 2 additions and 2 deletions
|
@ -176,7 +176,7 @@ export default class Anchor extends Component {
|
|||
labels: labels,
|
||||
datasets: [{
|
||||
data: data,
|
||||
tension: 0,
|
||||
tension: 1,
|
||||
cubicInterpolationMode: 'monotone',
|
||||
fill: true,
|
||||
fillColor: gradientFill,
|
||||
|
|
|
@ -118,7 +118,7 @@ export default class PaidMrr extends Component {
|
|||
labels: labels,
|
||||
datasets: [{
|
||||
data: data,
|
||||
tension: 0,
|
||||
tension: 1,
|
||||
cubicInterpolationMode: 'monotone',
|
||||
fill: false,
|
||||
fillColor: gradient,
|
||||
|
|
Loading…
Add table
Reference in a new issue