pull/12/head
cagataycivici 2019-05-23 17:20:14 +03:00
parent a7ac2a0b13
commit 802c88b50a
2 changed files with 17 additions and 18 deletions

View File

@ -57,22 +57,21 @@ options: {
hoverMode: 'index',
stacked: false,
scales: {
yAxes: [{
type: 'linear',
display: true,
position: 'left',
id: 'y-axis-1',
},
{
type: 'linear',
display: true,
position: 'right',
id: 'y-axis-2',
gridLines: {
drawOnChartArea: false
}
}
]
yAxes: [{
type: 'linear',
display: true,
position: 'left',
id: 'y-axis-1',
},
{
type: 'linear',
display: true,
position: 'right',
id: 'y-axis-2',
gridLines: {
drawOnChartArea: false
}
}]
}
}
</CodeHighlight>

View File

@ -114,7 +114,7 @@ import {TabView, TabPanel} from 'primevue/tabview';
<CodeHighlight lang="js">
export default {
data() {
data() {
return {
active: [true, false, false]
}
@ -348,7 +348,7 @@ export default {
<CodeHighlight lang="javascript">
export default {
data() {
data() {
return {
active: [true, false, false]
}