bumps version

This commit is contained in:
buttle 2024-03-11 18:51:15 +01:00
parent 580a9ebc93
commit e419fe9259
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "data-display",
"version": "2.0.0",
"version": "3.0.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",

View file

@ -57,7 +57,7 @@ export default {
}
function getTitle() {
let x_axis_cnt = props.field_type=="numeric" ? 3: props.field.values.length
let x_axis_cnt = props.field_type=="numeric" ? 3 : props.field.values.length
var max_length = 45
if (x_axis_cnt > 12) {
max_length = 185