Lint fix
parent
a7ac2a0b13
commit
802c88b50a
|
@ -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>
|
||||
|
|
|
@ -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]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue