0
I Use This!
Inactive

Commits : Listings

Analyzed 1 minute ago. based on code collected 2 minutes ago.
Nov 16, 2024 — Nov 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Line is no more being drawn if its length is close to zero. More... over 22 years ago
Plot line is no more being drawn if its length is close to zero. More... over 22 years ago
Improvement by Teddy Roerby, [email protected] Changed to ignore adjustmentValue events where the value is the same as the last event.This increases performance a lot when using the scrollbars More... almost 23 years ago
Correction by Teddy Rorby ([email protected]): added Math.abs(thisDistance) to the determination of thisDistance. Else it will sometimes show the hints in odd places when zooming. More... almost 23 years ago
Patch by Teddy Roerby ([email protected]): Added min() and max() checks for values above 32768. If they are not present the zooming may create extra "ghost" lines in the plot This is due to restriction of values outside the plot. It seems as the plot can only handle 16bit values ! And when the values get larger than the 16bit (approx 32768) the lines will wrap at the ends and create funny looking charts. This may not be the case with all VM's but it is with MS IE5 VM. It would be even better not to plot the lines at all if they are not in the visible area, but it will take more CPU time to do that check, so for now it is left like this. More... almost 23 years ago
Added version=1.1 to javac task to eliminate IE incompatibilities More... almost 23 years ago
Corrected default font names to match java font aliases More... about 23 years ago
*** empty log message *** More... about 23 years ago
Added Legend/label demo More... about 23 years ago
Corrected some date arithmetic algorythms so that tick/label layouts for date axes are performed more accurately now More... about 23 years ago
Added a new role to Legend. Now Legend may eazily serve as a label on the graph, for example axis label (See support request #596283) Fixed multiple legend bug where only the first legend of the graph was displayed correctly. More... about 23 years ago
Changed places of Graphics.setClip() invocations to allow any Graph objects to safely use setClip() without affecting other objects More... about 23 years ago
Corrected some date arithmetic algorythms so that tick/label layouts for date axes are performed more accurately now More... about 23 years ago
Added a convinience method for obtaining a correctly initialized java.util.Calendar instance More... about 23 years ago
*** empty log message *** More... over 23 years ago
added binarySearch() for recent changes in Axis to work More... over 23 years ago
<No Comment Entered> More... over 23 years ago
Added getLastCalendarTickSize for recent changes in Axis to work. Added more tick size constants More... over 23 years ago
Corrected the fisrst tick value calculation method for date axis More... over 23 years ago
crlf corrected More... over 23 years ago
<No Comment Entered> More... over 23 years ago
added some javadoc... More... over 23 years ago
Removed null check in setText() More... over 23 years ago
Added support for Axis.preventDuplicateLabels mechanism More... over 23 years ago
Added preventDuplicateLabels property. If set to true (default), axis will prevent neighbouring duplicate tick labels. More... over 23 years ago
Item added to ignoreList More... over 23 years ago
Added drawOutline boolean property Added barShift property to specify a longitudinal shift of the bar from its supposed position More... over 23 years ago
valueAutoIndent property is split to upperValueAutoIndent and lowerValueAutoIndent so one can specify separate plot indents for lower and higher end of the axis. setValueAutoIndent() sets both higher and lower indents for compatibility. Changed behavour of automatic determining of minimum and maximum of date axis when associated dataseries have only one value. Now they are +=2 seconds of the value. More... over 23 years ago
<No Comment Entered> More... over 23 years ago
<No Comment Entered> More... over 23 years ago