plugins: {
annotation: {
annotations: {
+ line1: {
+ type: 'line',
+ xMin: '2025-03-21 20:00',
+ xMax: '2025-03-21 20:00',
+ borderColor: 'black',
+ borderWidth: 2,
+ },
+ label1: {
+ type: 'label',
+ xValue: '2025-03-21 20:00',
+ yValue: platform == 'android-hw-a51-11-0-aarch64-shippable-qr' ? 200 : 30,
+ backgroundColor: 'rgb(255,128,128)',
+ content: ['Speedometer 3.1 Update'],
+ font: {
+ size: 14
+ },
+ rotation: -90,
+ borderRadius: 4
+ },
}
}
}
plugins: {
annotation: {
annotations: {
+ line1: {
+ type: 'line',
+ xMin: '2025-03-21 20:00',
+ xMax: '2025-03-21 20:00',
+ borderColor: 'black',
+ borderWidth: 2,
+ },
+ label1: {
+ type: 'label',
+ xValue: '2025-03-21 20:00',
+ yValue: 40,
+ backgroundColor: 'rgb(255,128,128)',
+ content: ['Speedometer 3.1 Update'],
+ font: {
+ size: 14
+ },
+ rotation: -90,
+ borderRadius: 4
+ },
}
}
}
plugins: {
annotation: {
annotations: {
+ line1: {
+ type: 'line',
+ xMin: '2025-03-21 20:00',
+ xMax: '2025-03-21 20:00',
+ borderColor: 'black',
+ borderWidth: 2,
+ },
+ label1: {
+ type: 'label',
+ xValue: '2025-03-21 20:00',
+ yValue: 50,
+ backgroundColor: 'rgb(255,128,128)',
+ content: ['Speedometer 3.1 Update'],
+ font: {
+ size: 14
+ },
+ rotation: -90,
+ borderRadius: 4
+ },
}
}
}