Revision 74c809f54459d235f4d3e9b1c117f291cbf16339 authored by Joey Tawadrous on 07 October 2022, 10:39:14 UTC, committed by GitHub on 07 October 2022, 10:39:14 UTC
* Flamegraph

* Updated flame graph width/height values

* Fix top table rendering issue

* Add feature toggle for flamegraph in explore

* Update tests

* Hide flamegraph from dash panel viz list if feature toggle not enabled

* Show table if no flameGraphFrames

* Add flame graph to testdata ds

* Minor improvement
1 parent a18a3d7
Raw File
.linguirc
{
  "locales": [
    "en-US",
    "fr-FR",
    "es-ES",
    "pseudo-LOCALE"
  ],
  "catalogs": [
    {
      "path": "public/locales/{locale}/messages",
      "include": [
        "public/app"
      ],
      "exclude": [
        "**/*.d.ts",
        "**/*.test.ts",
        "**/node_modules/**",
        "public/app/plugins"
      ]
    }
  ],
  "fallbackLocales": {
    "pseudo-LOCALE": "en-US",
    "default": "en-US"
  },
  "pseudoLocale": "pseudo-LOCALE",
  "sourceLocale": "en-US",
  "format": "po",
  "formatOptions": {
    "lineNumbers": false
  }
}
back to top