Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/27/13 15:32:49 (11 years ago)
Author:
pfleck
Message:

#2063:
Rearranged axis options in jqplot charts.
Renamed selectors into seriesSelectors in CreateSeriesData.
Changed default date range on index page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HiveStatistics/sources/HeuristicLab.Services.Hive.Statistics/3.3/App_Code/ChartHelper.cshtml

    r9646 r9662  
    5353                },
    5454                yaxis: {
     55                    @if (axisYFormat != null) {<text>
    5556                    tickOptions: {
    56                         @if (axisYFormat != null) {
    57                             @:formatString: "@axisYFormat",
    58                         }
     57                        formatString: "@axisYFormat",
    5958                    },
     59                    </text>}
     60                    autoscale: true,
     61                    pad: 0,
    6062                    @if (minY != null) {
    6163                        @:min: @minY,
     
    6466                        @:max: @maxY,
    6567                    }
    66                     pad: 0,
    67                     autoscale: true
    6868                },
    6969            },
Note: See TracChangeset for help on using the changeset viewer.