Commit Graph

  • 20fe8fdbfe Added special-case for highlighting bars olau@iola.dk 2008-09-21 22:17:33 +0000
  • 5a86074fc5 Fixed two bugs with negative bars olau@iola.dk 2008-09-21 21:10:00 +0000
  • 7daabbb36e Integrated patch by Mark Byers for detecting bar hovering olau@iola.dk 2008-09-20 19:56:21 +0000
  • 05f5c62e45 Fixed missing var declaration causing trouble in IE, reworded interacting example olau@iola.dk 2008-09-18 09:10:11 +0000
  • 08a5c94fe6 Shuffled the explanation of time series support around a bit olau@iola.dk 2008-09-18 08:55:23 +0000
  • c577ea1624 Implemented centering of bars olau@iola.dk 2008-09-17 23:05:08 +0000
  • 1d30a164ab Fixed IE problem, fix by Savage Zhang olau@iola.dk 2008-09-17 22:42:07 +0000
  • a4c2998ea8 Fixed a bug with multi-line x-axis labels olau@iola.dk 2008-09-17 22:32:27 +0000
  • de724cf7d7 Refactored the axis adjustment code for bars olau@iola.dk 2008-09-17 21:41:29 +0000
  • f8594bd243 Allow null values in coordinates to have an affect on axis scaling olau@iola.dk 2008-09-17 21:20:47 +0000
  • da9023c19f Document highlight and related olau@iola.dk 2008-09-17 20:57:05 +0000
  • 08406b35fb prevent highlights from being cut off and fixed an issue with the placement of axis labels olau@iola.dk 2008-09-17 20:20:04 +0000
  • 5b60c57f65 Add some polish to the highlight olau@iola.dk 2008-09-14 17:45:57 +0000
  • 7fdd009980 Fixed CSS bug olau@iola.dk 2008-09-13 21:51:11 +0000
  • 078f25e5ca Fixed description of methods returning internals olau@iola.dk 2008-09-13 21:50:32 +0000
  • 5d2883f623 Preliminary support for highlighting points, still needs polishing olau@iola.dk 2008-09-13 21:49:40 +0000
  • 4bc191f031 Spit out pageX/pageY in "plotclick" and "plothover" events, add primitive tooltip stuff to demo olau@iola.dk 2008-09-10 18:05:38 +0000
  • 7c9ff67b34 Landed dual axis/hover event/finding nearby datapoints patch olau@iola.dk 2008-09-10 16:05:30 +0000
  • 6b1971ed19 Fixed a bug with line widths of bars olau@iola.dk 2008-09-08 12:49:58 +0000
  • 09b37caf41 Overwrite the legend container instead of appending to it olau@iola.dk 2008-09-08 09:56:50 +0000
  • c60b93056f Commit patch to fix a bug with drawing bars extending below 0 olau@iola.dk 2008-09-08 09:23:21 +0000
  • b66c291b2c Fixed bug when borderWidth is set to 0 olau@iola.dk 2008-09-08 08:54:05 +0000
  • 65cae14ecb Fixed wording olau@iola.dk 2008-09-03 07:44:20 +0000
  • 84a7a273f2 Display dates according to UTC instead of according to the time zone of the visitor olau@iola.dk 2008-04-04 18:29:44 +0000
  • 2d6aa6e987 Add warnings about display:none and placeholder readiness to the README olau@iola.dk 2008-03-14 10:48:35 +0000
  • 9a19740128 Set the fill opacity instead of just scaling it olau@iola.dk 2008-03-13 11:37:28 +0000
  • f28eb70f05 Make it possible to set the fill opacity by setting fill to a number olau@iola.dk 2008-03-13 11:16:47 +0000
  • 4b5dc00d99 Fix Number.MIN_VALUE bug and prevent the possibility of eternal looping in tick calculations olau@iola.dk 2008-03-12 13:52:15 +0000
  • 5dab68ddca Added support for specifying tick label sizes olau@iola.dk 2008-03-10 10:18:48 +0000
  • 436abc2f2e Really fix spacing bug olau@iola.dk 2008-03-10 09:33:53 +0000
  • 8d07034e65 Add clarification about the use of setData to the API documentation v0.4.0 olau@iola.dk 2008-03-07 14:53:39 +0000
  • e5a73a3350 Bumped version no. olau@iola.dk 2008-03-07 13:38:21 +0000
  • c4f46a5e93 Revert accidental commit to example olau@iola.dk 2008-03-07 13:37:31 +0000
  • 2015ca3a84 Added more members to the Plot object + a few cleanups olau@iola.dk 2008-03-07 13:33:47 +0000
  • 47eb2cb048 Clarify the meaning of barWidth olau@iola.dk 2008-03-07 09:52:40 +0000
  • 42e32bd34d Fixed up the label measurement stuff, fixed a snap-to-tick bug olau@iola.dk 2008-03-06 19:46:38 +0000
  • 78de04479e Added support for customizing the border width, change gridLabel to tickLabel and mention it in the API olau@iola.dk 2008-03-06 18:39:35 +0000
  • cba1486270 Convert data coordinates explicitly to numbers olau@iola.dk 2008-03-06 17:55:02 +0000
  • 1d8f4807b3 Clamp the minimum zoom level in the example olau@iola.dk 2008-03-06 17:54:12 +0000
  • 7a665a14f8 Added support for line segments and null/NaN values olau@iola.dk 2008-03-06 16:14:52 +0000
  • bedf4fb2dc Cleaned up findDataRanges, fix bug in date handling that I just introduced olau@iola.dk 2008-03-05 18:44:31 +0000
  • ad3f6a7370 Be consistent in using $, really fix the IE 7 event issues, and fix text selection properly with feature detection instead of browser hack olau@iola.dk 2008-03-05 18:15:17 +0000
  • de8d3e2b82 Fixed IE 7 problem with selecting olau@iola.dk 2008-02-29 11:45:56 +0000
  • 0e91a09006 Updated TODO, added bugfix to NEWS olau@iola.dk 2008-02-27 15:20:17 +0000
  • 6214c9298b Fixed bug in handling bar series with only one item olau@iola.dk 2008-02-27 13:36:36 +0000
  • 865688a15f Some further tweaks to time series handling, implemented support for tickSize and minTickSize, automatic detection of no. ticks olau@iola.dk 2008-02-26 20:16:10 +0000
  • dfba9f38a1 Documented the date support, tweaking the API a bit in the process, deprecated noTicks in favour of a numerical parameter to ticks olau@iola.dk 2008-02-26 13:49:48 +0000
  • 7e7f533d2b Added colored area support with an example to show it olau@iola.dk 2008-02-26 11:13:01 +0000
  • c97acff95e Added first stab at time series support olau@iola.dk 2008-02-24 21:58:28 +0000
  • c198ffb2b0 Fixed the look of the legend color boxes in IE olau@iola.dk 2008-02-22 18:03:05 +0000
  • 71a276d91c Fixed a newly introduced bug in dealing with data where min = max olau@iola.dk 2007-12-19 15:55:37 +0000
  • 8cf42618fa Cleaned up the scaling algorithm and some of the tick stuff olau@iola.dk 2007-12-19 12:58:24 +0000
  • 3b80148d86 Set zero tick olau@iola.dk 2007-12-19 12:17:28 +0000
  • 65f4bf886f Update version no. v0.3.0 olau@iola.dk 2007-12-14 17:59:58 +0000
  • 460049f988 Remove mysterious tabs from the indentation olau@iola.dk 2007-12-14 17:55:08 +0000
  • 2a63c13c58 Update the news olau@iola.dk 2007-12-14 17:54:28 +0000
  • f4ffef258e Added support for clicking on the plot, still a bit primitive olau@iola.dk 2007-12-14 17:47:26 +0000
  • dc1e624d84 Updated olau@iola.dk 2007-12-14 17:26:33 +0000
  • 85e6aa9668 Fixed min = max bug, thanks to Michael Messinides olau@iola.dk 2007-12-13 10:20:01 +0000
  • 084fe2aeea Added note about possible IE 6.0 problems olau@iola.dk 2007-12-10 11:42:57 +0000
  • 40b53d9439 Clarify that it's a good idea to read the example source code v0.2.0 olau@iola.dk 2007-12-07 16:26:29 +0000
  • 4375f84f8f Removed 1/2 linewidth hack, it is a bad idea for the outline, fixes issue 8 olau@iola.dk 2007-12-07 15:02:06 +0000
  • 0c08a9ab68 Fixed formulation olau@iola.dk 2007-12-07 14:52:24 +0000
  • 1308e069c9 Added missing semicolons, renamed translate functions olau@iola.dk 2007-12-07 14:49:34 +0000
  • 881a1bf5cc Mention how to disable ticks olau@iola.dk 2007-12-07 11:07:57 +0000
  • c36fd8c0bb Updated the todo olau@iola.dk 2007-12-07 10:26:25 +0000
  • c81f0af709 Added labelFormatter option olau@iola.dk 2007-12-07 10:05:55 +0000
  • 6963560dcb Added news olau@iola.dk 2007-12-06 18:54:07 +0000
  • 5a14a53035 Finished documenting the API olau@iola.dk 2007-12-06 18:53:35 +0000
  • 323ed427c8 Updated olau@iola.dk 2007-12-06 18:53:04 +0000
  • 50c622e19f Incorporated patch from Guy Fraser for making the color class smaller, also removed a bit of dead weight olau@iola.dk 2007-12-06 18:35:36 +0000
  • d7d7cfe8db Clarify the name issue olau@iola.dk 2007-12-05 18:07:24 +0000
  • 131be192dd Added link to code olau@iola.dk 2007-12-05 17:43:32 +0000
  • ef082822f3 Fixed silly recently-introduced bug that prevents the shadows from showing up olau@iola.dk 2007-12-05 09:57:45 +0000
  • cf12db47c8 Clarify how to set the dimensions olau@iola.dk 2007-12-04 18:35:43 +0000
  • f1d6a37175 Added support for a ticks function and moved labelMargin to .grid olau@iola.dk 2007-12-04 18:32:33 +0000
  • 19eb76128b Documented more options olau@iola.dk 2007-12-04 18:29:55 +0000
  • 8309363a62 Take the grid background color into account when auto-detecting the legend background olau@iola.dk 2007-12-04 16:29:54 +0000
  • da0726b168 Insert blended background on default legend, fix initial direction for color auto-generation olau@iola.dk 2007-12-04 16:22:16 +0000
  • d2a5a63243 First draft, options are not documented yet olau@iola.dk 2007-12-04 12:47:46 +0000
  • 742ec5d7a7 Add and use packed version of excanvas olau@iola.dk 2007-12-04 11:11:36 +0000
  • 132fdd8ce7 Fixed semicolon problems olau@iola.dk 2007-12-04 11:03:47 +0000
  • a709b3d1b6 Fixed more things preventing the packed version from working olau@iola.dk 2007-12-04 10:30:59 +0000
  • 64084d1a89 Fixed missing semicolon olau@iola.dk 2007-12-04 09:49:09 +0000
  • f2df8c602a Clarify the excanvas issue olau@iola.dk 2007-12-03 20:39:05 +0000
  • 3a89e095e5 Removed non-working compressed version of excanvas olau@iola.dk 2007-12-03 20:29:23 +0000
  • 87390ae7fe Added first version v0.1.0 olau@iola.dk 2007-12-03 19:54:22 +0000
  • d68d160099 Initial directory structure. (no author) 2007-11-30 14:26:29 +0000