Commit d3131797 authored by olau@iola.dk's avatar olau@iola.dk

Mention that backwards-compatibility hooks are in place for the axis changes


git-svn-id: https://flot.googlecode.com/svn/trunk@256 1e0a6537-2640-0410-bfb7-f154510ff394
parent d479d340
...@@ -4,7 +4,8 @@ Flot x.x ...@@ -4,7 +4,8 @@ Flot x.x
API changes: API changes:
Multiple axes support. Code using dual axes should be changed from Multiple axes support. Code using dual axes should be changed from
using x2axis/y2axis in the options to using an array. For instance, using x2axis/y2axis in the options to using an array (although
backwards-compatibility hooks are in place). For instance,
{ {
xaxis: { ... }, x2axis: { ... }, xaxis: { ... }, x2axis: { ... },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment