BUGS
上传用户:shbosideng
上传日期:2013-05-04
资源大小:1555k
文件大小:3k
源码类别:

SNMP编程

开发平台:

C/C++

  1. UNRESOLVED BUGS
  2. + two_axes doesn't work correctly with negative numbers and zero_axis
  3. + y_max_value doesn't get adapted for bars and area if all negative values
  4. + init_graph does too much work for pies. Needs to be split up.
  5. + area chart doesn't do overwrite? Workaround: sum up your data sets, 
  6.   and order them backwards (highest one first). Output graph will look 
  7.   like it's incremental.
  8. + only bar charts do overwrite. Necessary to implement generally?
  9. NOT REALLY BUGS
  10. - The whole naming of x_label.*, x_tick.*, x_axis.* is very confused
  11.   and confusing. Hard to fix without breaking backward compatibility.
  12. - overwrite == 2 only makes sense if all the data is either positive,
  13.   or negative
  14. - A positive y_min_value doesn't work with bars or area, bars and area 
  15.   always are set off against 0. Wether this is a bug, or wanted behaviour
  16.   might be a point for discussion.
  17. - y_min_value doesn't automatically get adapted for bars and area if 0
  18.   is not included in the range, but only if user sets it. If left to
  19.   figure it out itself, GIFgraph does it right.
  20. FIXED IN 1.10
  21. ! When first value of a dataset is undef for a lines graph, things go 
  22.   wrong.
  23.   (report by Arto Nurmela <arto.nurmela@nmp.nokia.com>)
  24. FIXED IN 1.04
  25. ! logo positioning and legends don't work very well together.
  26. FIXED IN 1.03
  27. ! When data values are large, and x_min_value is larger than 0, the
  28.   horizontal axis doesn't get drawm correctly. (check zero_axis option)
  29.   (see sample41)
  30.   (problem found after report from jackb@pgw.picker.com)
  31. FIXED IN 1.02
  32. ! GIFgraph::Colour::read_rgb() falls over on comment lines.
  33. (reported: adamm@genomecorp.com)
  34. ! GIFgraph::Colour::read_rgb() contains inline my-declaration of $line, 
  35.   breaks perl5.003 
  36. (reported: Pat Becker <pmb@iss.net>)
  37. ! if a colour name doesn't exist, program falls over with a cryptic message
  38.   about some undefined array index.
  39. (reported: adamm@genomecorp.com)
  40. ! x_label_skip doesn't skip ticks. (also added x_all_ticks option)
  41. (reported: adamm@genomecorp.com)
  42. FIXED IN 1.01
  43. ! for loops break in 5.003 because of 'my' scoping (grrrr) 
  44. (reported: Brian Eitrem <beitrem@digitalriver.com>)
  45. ! ticks get drawn in front of the data set 
  46. (reported: Honza Pazdziora <adelton@informatics.muni.cz>)
  47. ! length estimate of y labels needs to be done better
  48. (reported: Honza Pazdziora <adelton@informatics.muni.cz>)
  49. FIXED IN 1.00
  50. ! GIFgraph::colour::sorted_colour_list() syntax error
  51. ! GIFgraph::colour pod documentation fixed
  52. ! placement of title is centered on gif, not on graph.
  53. ! linespoints graph type initialises two GD::Image objects
  54. ! 'make test' fails on all tests on win32. binmode() needed.
  55. FIXED IN 0.99
  56. ! Cannot use any 'null' values in graphs
  57. (reported: Lee Khandelwal <lee_khandelwal@il.us.swissbank.com>)
  58. FIXED IN 0.95
  59. ! filled markers don't fill correctly when overlapping
  60. FIXED IN 0.94
  61. ! area doesn't work with negative numbers
  62. ! Right axis doesn't get drawn when box_axis == 0 and two_axes == 1
  63. ! Color on front of 3D pies wrong with some data sets
  64. (reported: by various people)
  65. FIXED IN 0.91
  66. ! Segmentation fault for 3d pies where last slice is small
  67. (reported: Dave Stafford <Dave.Stafford@mpn.cp.philips.com>)