How to use the @elastic/charts.AnnotationDomainTypes.YDomain function in @elastic/charts

To help you get started, we’ve selected a few @elastic/charts examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github elastic / kibana / x-pack / legacy / plugins / triggers_actions_ui / np_ready / public / application / components / builtin_alert_types / threshold / visualization.tsx View on Github external
{actualThreshold.map((_value: any, i: number) => {
              const specId = i === 0 ? 'threshold' : `threshold${i}`;
              return (
                
              );
            })}
github elastic / kibana / x-pack / legacy / plugins / watcher / public / sections / watch_edit / components / threshold_watch_edit / watch_visualization.tsx View on Github external
{actualThreshold.map((_value: any, i: number) => {
              const specId = i === 0 ? 'threshold' : `threshold${i}`;
              return (
                
              );
            })}