ember-nf-graph
Advanced tools
Changelog
1.0.0-beta.22
nf-line
tracking behaviornf-bars
should actually render bars again (doh)nf-brush-selection
will no longer throw errors to console while brushingChangelog
1.0.0-beta.21
nf-line
, nf-area
and nf-bars
) updated to support additional data passed with trackingData, rendered values are renderX
and renderY
, where actual values are still at x
and y
. This was to account for new stacked area functionality.nf-bars
now will render a tracking dot if showTrackingDot
is set to true
nf-line
, nf-area
and nf-bars
will no longer emit values, actions or events for hoverChange
and hoverEnd
. didTrack
still functions, though.Changelog
1.0.0-beta.20
nf-graph
component now has didAutoUpdateMinX
, didAutoUpdateMinY
, didAutoUpdateMaxX
, didAutoUpdateMaxX
that will trigger when the corresponding values are updated automatically by a mode of "push-tick"
, "auto"
or "tick"
.nf-graph
component now has actions autoScaleXAction
and autoScaleYAction
that will send when
the auto update events (mentioned above) trigger.Changelog
1.0.0-beta.19
nf-area
having null data would throw an unhandled error.Changelog
1.0.0-beta.18
Changelog
1.0.0-beta.17
nf-tracker
component. This is a component for templatable tracking dotsnf-line
and nf-area
to use nf-tracker
for tracking dot generationaggregate
to nf-area-stack
component to sum y values of areas for stacking purposes. Defaults to false
currently, but should be used with true
from this point on, as it will default to true
in future versions.nf-line
and nf-area
will no longer sort your data for you. This is done for performance reasons.Changelog
1.0.0-beta.15