We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b3b37b commit ed60cd5Copy full SHA for ed60cd5
CHANGES.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## v0.12.6
4
+> July 14, 2017
5
+
6
+ * Improves formatting option to the time axis, it can either be a d3 time format string or a callback function (#86, #164)
7
+ * Cleanup of formatting code, and mirror change into the TimeTracker code so that it works the same. (#164).
8
+ * Fixes the undefined time that would sometimes be seen above the tracker info box (#147)
9
+ * Fixes issue where the format specified on the ChartContainer would become stale (#140)
10
+ * Fixes problem when the brush would get stuck if fully expanded (#141)
11
+ * Adds ability to control the tick size (#150)
12
+ * Docs provide link to source code for examples (#133)
13
14
## v0.12.5
15
> Jun 15, 2017
16
0 commit comments