For AI agents: the complete documentation index is available at https://docs.dataplatform.ovh.net/ja/llms.txt, the full documentation bundle is available at https://docs.dataplatform.ovh.net/ja/llms-full.txt, and this page is available as Markdown at https://docs.dataplatform.ovh.net/ja/sdk/app-dynamic_parameters-list-monthpicker.md.
  • 🇯🇵 日本語
  • 月選択ピッカー

    Warning

    再作業が予定されています。納期は未定です。 Front App SDK (ReactJS) と Front API SDK (NodeJS) の両方が置き換えられます。このページは現在のリリースを文書化し、置き換えが出荷されるまで正確で維持されます。これに対して書かれたコードは引き続き動作します。

    月選択ピッカーを使用すると、チャートからデータをフィルタリングするための月を選択できます。

    日付選択ピッカー の完全なリファレンスを参照してください。唯一の違いは component の値です。

    構成

    {
      "id": "monthpicker",
      "type": "filter",
      "component": "datepicker.month",
      "reference": "range_date",
      "startAt": "startOf('month')",
      "endAt": "endOf('day')",
      "minDate": "subtract(3, 'year').startOf('month')",
      "maxDate": "endOf('day')",
      "disable_reference_date": false,
      "request": {
        "data": {
          "fields": {
            "date": ["max"]
          }
        }
      },
      "diamonds": null
    }