-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME-owsi
27 lines (19 loc) · 1.18 KB
/
README-owsi
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
=============================
wiQuery-jqPlot - Version OWSI
=============================
Modifications du 21/03/2013
---------------------------------------------------------------------
Ajout du nom de la série dans le tooltip du highligher
Attention, lors d'une mise à jour de ce projet avec un version plus récente de jqPlot, il est important de transposer
les modifications faites pour ajouter le nom de la série dans le tooltip du highligher. Ces modifications se trouvent
dans les fichiers :
- components/plugins/jqplot.highlighter.js
- components/plugins/jqplot.highlighter.min.js
- options/PlotHighlighter.java
Voir https://bitbucket.org/cleonello/jqplot/issue/109/enable-highlighter-tooltip-to-display#comment-390201 pour
le code ajouté.
Modifications du 02/07/2013
---------------------------------------------------------------------
Montée de version des sources jQPlot de la 1.0.4 à la 1.0.8, notamment pour garantir la compatibilité avec jQuery 1.9.0+.
La principale modification concerne la suppression d'un référence à '$.browser' qui a disparu dans jQuery 1.9.0.
Voir https://bitbucket.org/cleonello/jqplot/issue/710/compatibility-with-jquery-v19 pour la modification.