[Telemetry] Expose telemetryFormatter
Expose telemetryFormatter as a service; additionally, fix some structural issues to make sure this is passed around as needed among plot components. WTD-599.
This commit is contained in:
@@ -3,10 +3,9 @@
|
||||
define(
|
||||
[
|
||||
'./elements/PlotPosition',
|
||||
'./elements/PlotFormatter',
|
||||
'./elements/PlotTickGenerator'
|
||||
],
|
||||
function (PlotPosition, PlotFormatter, PlotTickGenerator) {
|
||||
function (PlotPosition, PlotTickGenerator) {
|
||||
"use strict";
|
||||
|
||||
var DOMAIN_TICKS = 5,
|
||||
|
||||
Reference in New Issue
Block a user