UNPKG

tsiclient

Version:

--- [//]: <> (This content is similar to https://github.com/MicrosoftDocs/azure-docs/edit/main/includes/tsi-retirement.md)

13 lines (11 loc) 291 B
declare enum YAxisStates { Stacked = "stacked", Shared = "shared", Overlap = "overlap" } declare enum TooltipMeasureFormat { Enveloped = "Enveloped", SingleValue = "SingleValue", Scatter = "Scatter" } export { TooltipMeasureFormat as T, YAxisStates as Y };