WindmillWWindmill
Powered by
cytadela8C
Windmill•3y ago•
4 replies
cytadela8

Chartjs options not working

Hi, do chartjs options actually work? I'm trying to scale the x axis properly (I have dates on the x axis). Specifying the "options" seems to have no effect. I'm trying to use following options:
{
  "scales": {
    "x": {
      "type": "time",
      "time": {
        "unit": "second",
        "displayFormats": {
          "second": "YYYY-MM-DD HH:mm:ss"
        }
      },
      "title": {
        "display": true,
        "text": "Time"
      }
    },
    "y": {
      "title": {
        "display": true,
        "text": "Value"
      }
    }
  }
}
{
  "scales": {
    "x": {
      "type": "time",
      "time": {
        "unit": "second",
        "displayFormats": {
          "second": "YYYY-MM-DD HH:mm:ss"
        }
      },
      "title": {
        "display": true,
        "text": "Time"
      }
    },
    "y": {
      "title": {
        "display": true,
        "text": "Value"
      }
    }
  }
}
WindmillJoin
3,362Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?
Recent Announcements
henri-c

Weekly kenote to tell you about our latest updates https://discord.com/channels/930051556043276338/1278977038430240813 https://youtube.com/live/2dGd9TdT8xs?feature=share

henri-c · 4d ago

Pyra

### HTTP tracing (EE) Capture HTTP requests made by job scripts as observability spans Features: - View HTTP request traces (method, URL, status, timing) in the job details UI - Auto-instrumentation for Native TypeScript, MITM proxy for other languages - Integrates with external OpenTelemetry collectors changelog: https://www.windmill.dev/changelog/http-tracing docs: https://www.windmill.dev/docs/advanced/instance_settings#http-tracing Additionally jobs memory metrics are now fully OSS!

Pyra · 2w ago

henri-c

First keynote of the year here https://discord.com/channels/930051556043276338/1278977038430240813 🙂

henri-c · 4w ago

Similar Threads

smtp not working
Grégory LASSERREGGrégory LASSERRE / help
12mo ago
List widget is not working
SportstechSSportstech / help
6mo ago
Private NPM registries not working
VentaVVenta / help
11mo ago
Running scheduled reports - chromium not working
saraf0509Ssaraf0509 / help
2y ago