Skip to content
Snippets Groups Projects
  1. Jul 07, 2008
    • Bruno Massa's avatar
      Misc: · 2ddf964c
      Bruno Massa authored
      * Some modifications on hook_charts_info. now it returns all info without the need of an operator
      2ddf964c
    • Bruno Massa's avatar
      Misc: · d544ebd1
      Bruno Massa authored
      * hook_chartsapi renamed to hook_charts_render
      d544ebd1
    • Bruno Massa's avatar
      Misc: · 41149cb9
      Bruno Massa authored
      * hook_chartsinfo renamed to hook_charts_info
      41149cb9
    • Bruno Massa's avatar
      New features: · 59b02489
      Bruno Massa authored
      * Properly credit TJ for its Chart module
      59b02489
    • Bruno Massa's avatar
      Misc: · 14e07997
      Bruno Massa authored
      * Converting all files to UNIX end-of-file
      14e07997
    • Bruno Massa's avatar
      New features: · 7328a9be
      Bruno Massa authored
      * Put all Charts-related modules into a single Module group
      7328a9be
    • Bruno Massa's avatar
      Misc: · 21d1cd76
      Bruno Massa authored
      * Code organization
      21d1cd76
    • Bruno Massa's avatar
      New features: · a075bac6
      Bruno Massa authored
      * README.txt has some important information
      a075bac6
    • Bruno Massa's avatar
      Misc: · 8cc29395
      Bruno Massa authored
      * Small code compliance issue
      8cc29395
    • Bruno Massa's avatar
      Misc: · 82d4ca1d
      Bruno Massa authored
      * Use drupal version of strlen.
      82d4ca1d
    • Bruno Massa's avatar
      Misc: · d17ea1c2
      Bruno Massa authored
      * Converting all files to UNIX end-of-file
      d17ea1c2
    • Bruno Massa's avatar
      Misc: · 488a027f
      Bruno Massa authored
      * Some Drupal code compliance fixes
      488a027f
    • Bruno Massa's avatar
      Bugs fixed: · 843c0c13
      Bruno Massa authored
      * Apply the correct color value intochart data
      843c0c13
    • Bruno Massa's avatar
      New features: · 1c05de21
      Bruno Massa authored
      * _charts_example() generates charts with generic data
      1c05de21
    • Bruno Massa's avatar
      New features: · 54c15f19
      Bruno Massa authored
      * Color module integrated and some fine tunning
      54c15f19
  2. Jul 06, 2008
    • Bruno Massa's avatar
      New features: · a32c3b4a
      Bruno Massa authored
      * CSS and JS derived from Color module to integrate Color's Farbtastic into Charts
      a32c3b4a
    • Bruno Massa's avatar
      Misc: · 01186b09
      Bruno Massa authored
      * Simplified the settings page
      01186b09
  3. Apr 16, 2008
  4. Apr 14, 2008
  5. Mar 19, 2008
    • Bruno Massa's avatar
      New features: · d297be63
      Bruno Massa authored
      * Charts from FusionCharts now accept chart-level attributes
      * Color Palette now is applied do all types of charts
    • Bruno Massa's avatar
      New features: · 6eb81fa3
      Bruno Massa authored
      * FusionCharts now have special treatment for chart with a single series of values
      6eb81fa3
    • Bruno Massa's avatar
      Misc: · da2dbc8a
      Bruno Massa authored
      * Code organization on FusionCharts plugin
      da2dbc8a
    • Bruno Massa's avatar
      New features: · 60f5e616
      Bruno Massa authored
      * New chart types for FusionCharts plugin
      60f5e616
    • Bruno Massa's avatar
      Bugs fixed: · d16013c7
      Bruno Massa authored
      * Color Palette typo on settings page
      d16013c7
    • Bruno Massa's avatar
      Bugs fixed: · f4cb0d99
      Bruno Massa authored
      * height and width correctly placed on the Flash HTML tag
      f4cb0d99
    • Bruno Massa's avatar
      New features: · 22c91836
      Bruno Massa authored
      * _fusioncharts_xml_elements() and _fusioncharts_xml_attributes() deprecated. Instead, the drupal core's format_xml_elements() and then substitute all double quotes to single quotes
      22c91836
    • Bruno Massa's avatar
      New features: · 61a39f41
      Bruno Massa authored
      * _fusioncharts_chart() will configure all chart-level options
      * _fusioncharts_series() will configure all series-level options
      61a39f41
    • Bruno Massa's avatar
      Bugs fixed: · 2004deb9
      Bruno Massa authored
      * height, width and series values from the correct part of $data array
      * Flash HTML tag corrected
      2004deb9
  6. Mar 18, 2008
    • Bruno Massa's avatar
      Bugs fixed: · c0ea643f
      Bruno Massa authored
      * Load the proper color palette value on settings page
      
      New features:
      * Color palette example on settings page
      
      Misc:
      * Fields reorganization
      c0ea643f
    • Bruno Massa's avatar
      New features: · b4a056c0
      Bruno Massa authored
      * The new color palette is added on values instead series
      * All bars and areas are now 75% solid by default
      b4a056c0
    • Bruno Massa's avatar
      New features: · 218afddb
      Bruno Massa authored
      * The new color palette is now merged to the chart data depending on what type of chart it it (generally, it adds the default color to series, but in case its a Pie Chart, it uses the palette on values)
      218afddb
    • Bruno Massa's avatar
      New features: · 819df0e6
      Bruno Massa authored
      * Color palette is now set on a textarea, instead a series of textfields
      
      Misc:
      * All RGB color values uses upper letters
      819df0e6
    • Bruno Massa's avatar
      New features: · adbdd1c3
      Bruno Massa authored
      * Sort the chart types list on settings page
    • Bruno Massa's avatar
      New features: · f2942ad7
      Bruno Massa authored
      * Make pie charts on Open Flash Chart work
      f2942ad7
  7. Mar 17, 2008
    • Bruno Massa's avatar
      New features: · ee611439
      Bruno Massa authored
      * New chart types for Open Flash Chart
      ee611439
    • Bruno Massa's avatar
      New features: · 063e77dd
      Bruno Massa authored
      * Open Flash Chart plugin implementation
      063e77dd
    • Bruno Massa's avatar
      New features: · 4900e9de
      Bruno Massa authored
      * New menu description for Settings page
      
      Misc:
      * Testing environment page disabled for a while
      4900e9de
    • Bruno Massa's avatar
      New features: · 857506f6
      Bruno Massa authored
      * _charts_system_node_activity() shows which kind of node type was created in the current month
      857506f6
    • Bruno Massa's avatar
      Misc: · 88375e39
      Bruno Massa authored
      * Code organization
      88375e39
    • Bruno Massa's avatar
      Bugs fixed: · 10acb6b6
      Bruno Massa authored
      * _charts_series_values() moved from charts.inc to charts.module
      
      Misc:
      * charts_chart() dont need the chart plugin as the first argument, since it will be given using the $chart array or thru settings
      10acb6b6
Loading