17 border: 1px solid black;
21 <div id="page-content">
22 <h1 class="heading-page">Report Chart Configuration</h1>
24 <div ng-show="showLoader" class="span loader-container">
25 <i class="icon-primary-spinner" role="img"
26 aria-label="Please wait while we load your content"></i>
30 <div ng-hide="showLoader">
35 <th width="30%">Chart Type</th>
43 <select name="chartType" b2b-dropdown ng-model="reportRunJson.chartType">
44 <option b2b-dropdown-list option-repeat="d in chartTypeOptions" value="{{d.value}}">{{d.text}}</option>
55 <th width="50px">Width (px)</th>
62 <input type="text" name="displayName" ng-model="reportRunJson.width" style="width:100px;">
65 <input type="text" name="displayName" ng-model="reportRunJson.height" style="width:100px;">
74 <th width="50px">Title</th>
79 <fieldset role="radiogroup" radio-group-accessibility>
81 <label for="optionsRadiosShowTitleTrue" class="radio">
82 <input type="radio" ng-model="reportRunJson.showTitle" id="optionsRadiosShowTitleTrue" name="optionsRadiosShowTitleTrue" value="true">
88 <label for="optionsRadiosShowTitleFalse" class="radio">
89 <input type="radio" ng-model="reportRunJson.showTitle" id="optionsRadiosShowTitleFalse" name="optionsRadiosShowTitleFalse" value="false">
103 <th width="30%">Domain Axis</th>
104 <th width="30%">Category</th>
105 <th width="40%"></th>
111 <select name="chartType" b2b-dropdown ng-model="reportRunJson.domainAxis">
112 <option b2b-dropdown-list option-repeat="d in reportRunJson.chartColumnJSONList" value="{{d.value}}">{{d.title}}</option>
116 <select name="chartType" b2b-dropdown ng-model="reportRunJson.categoryAxis">
117 <option b2b-dropdown-list option-repeat="d in reportRunJson.chartColumnJSONList" value="{{d.value}}">{{d.title}}</option>
125 <div id="RangeTable">
127 <table ng-repeat="rangeReport in reportRunJson.rangeAxisList">
130 <th width="18%">Range Axis</th>
131 <th width="15%">Y Axis</th>
132 <th width="15%">Chart Title</th>
133 <th width="22%">Color</th>
134 <th width="25%">Line Type</th>
141 <select name="chartType" b2b-dropdown ng-model="rangeReport.rangeAxisLabelJSON.value" placeholder-text="Select">
142 <option b2b-dropdown-list option-repeat="d in reportRunJson.chartColumnJSONList" value="{{d.value}}">{{d.title}}</option>
146 <input type="text" name="displayName" ng-model="rangeReport.rangeYAxis" style="width:100px;">
149 <input type="text" name="displayName" ng-model="rangeReport.rangeChartGroup" style="width:150px;">
152 <select name="chartType" b2b-dropdown ng-model="rangeReport.rangeColor">
153 <option b2b-dropdown-list option-repeat="d in rangeColors" value="{{d.value}}">{{d.title}}</option>
157 <select name="lineType" b2b-dropdown ng-model="rangeReport.rangeLineType">
158 <option b2b-dropdown-list option-repeat="d in lineTypes" value="{{d.value}}">{{d.title}}</option>
162 <button ng-show="$index==0" type="submit" style="width: 90px; height:35px;margin-left:5px;" class="btn btn-secondary btn-small" ng-click="addRangeAxisRow()">Add</button>
163 <button ng-hide="$index==0" type="submit" style="width: 90px; height:35px;margin-left:5px;" class="btn btn-secondary btn-small" ng-click="removeRangeAxisRow($index)">Remove</button>
173 <div ng-show=false style="min-height:500px" data-ng-init="init()">
174 <div class="fn-ebz-container" >
175 <label class="fn-ebz-text-label">Chart Type</label><BR>
176 <div class="form-field" att-select="chartTypes" ng-model="reportRunJson.chartTypeJSON" placeholder="Select an Option" show-input-filter="true" ng-change="actionClicked()"></div>
180 <div class="fn-ebz-container" style="position:relative; top: -8px;">
181 <label class="fn-ebz-text-label">Animate</label><BR>
182 <div><input type="checkbox" ng-model="reportRunJson.animation" att-checkbox data-ng-value="true"></div>
186 <div class="fn-ebz-container" >
187 <label class="fn-ebz-text-label">Width (Px)</label><BR>
188 <input type="text" name="chartWidth" maxlength=4 only-digits ng-model="reportRunJson.width" style="width:80px"/>
191 <div class="fn-ebz-container" >
192 <label class="fn-ebz-text-label">Height (Px)</label><BR>
193 <input type="text" name="chartHeight" maxlength=4 only-digits ng-model="reportRunJson.height" style="width:80px"/>
197 <div class="fn-ebz-container">
198 <label class="fn-ebz-text-label">Title</label><BR>
199 <span><input name="tle" type="radio" ng-model="reportRunJson.showTitle" data-ng-value="true"/>Show</span>
200 <span><input name="tle" type="radio" ng-model="reportRunJson.showTitle" data-ng-value="false"/>Hide</span>
205 <div class="fn-ebz-container" >
206 <label class="fn-ebz-text-label">Domain Axis</label><BR>
207 <div class="form-field" att-select="reportRunJson.chartColumnJSONList" ng-model="reportRunJson.domainAxisJSON" placeholder="Select an Option" show-input-filter="true"></div>
210 <div class="fn-ebz-container" >
211 <label class="fn-ebz-text-label">Category</label><BR>
212 <div class="form-field" att-select="reportRunJson.chartColumnJSONList" ng-model="reportRunJson.categoryAxis" placeholder="" show-input-filter="true"></div>
216 <div style="border:2px;border-style:solid;border-color:#808080;margin-bottom:9px">
217 <div ng-repeat="rangeReport in reportRunJson.rangeAxisList">
218 <div style="margin-left:5px">
219 <div class="fn-ebz-container">
220 <label class="fn-ebz-text-label">Range Axis</label><BR>
221 <div class="form-field" att-select="reportRunJson.chartColumnJSONList"
222 ng-model="rangeReport.rangeAxisLabelJSON" placeholder="Select an Option" show-input-filter="true"></div>
226 <div class="fn-ebz-container" >
227 <label class="fn-ebz-text-label">Y Axis</label><BR>
228 <input id="yaxs" type="text" name="yAxis" maxlength=50 ng-model=rangeReport.rangeYAxis style="width:100px"/>
231 <div class="fn-ebz-container" >
232 <label class="fn-ebz-text-label">Chart Title</label><BR>
233 <input type="text" name="chartTitle" maxlength=50 ng-model="rangeReport.rangeChartGroup" style="width:200px"/>
236 <div class="fn-ebz-container" >
237 <label class="fn-ebz-text-label">Color</label><BR>
238 <div class="form-field" att-select="rangeColors" ng-model="rangeReport.rangeColorJSON" placeholder="Select an Option" show-input-filter="true"></div>
241 <div class="fn-ebz-container" >
242 <label class="fn-ebz-text-label">Line Type</label><BR>
243 <div class="form-field" att-select="lineTypes" ng-model="rangeReport.rangeLineTypeJSON" placeholder="Select an Option" show-input-filter="true"></div>
246 <div class="fn-ebz-container" ng-show="reportRunJson.chartTypeJSON.value=='FlexTimeChart' ||
247 reportRunJson.chartTypeJSON.value=='AnnotationChart'" style="position:relative; top: -8px;">
248 <label class="fn-ebz-text-label">Area</label><BR>
249 <input type="checkbox" ng-model="rangeReport.showAsArea" att-checkbox data-ng-value="true">
252 <div class="fn-ebz-container" style="position:relative; top: 25px;">
253 <a href="javascript:void(0)" ng-show="{{$index==0}}" style="float: right;" att-button btn-type="secondary" size="small" att-accessibility-click="13,32"
254 ng-click="addRangeAxisRow(rangeReport);" >Add</a>
255 <a href="javascript:void(0)" ng-show="{{$index>0}}" style="float: right;" att-button btn-type="secondary" size="small" att-accessibility-click="13,32" ng-click="removeRangeAxisRow($index);" >
263 <accordion close-others="true" css="att-accordion--no-box">
264 <accordion-group id="additionalOptions" heading="Additional Options" child-length="10">
265 <div class="fn-ebz-container">
266 <label class="fn-ebz-text-label">Primary Axis Label</label><BR>
267 <input type="text" name="prAxis" maxlength=50 ng-model="reportRunJson.primaryAxisLabel" style="width:210px"/>
269 <div class="fn-ebz-container" >
270 <label class="fn-ebz-text-label">Secondary Axis Label</label><BR>
271 <input type="text" name="secAxis" maxlength=75 ng-model="reportRunJson.secondaryAxisLabel" style="width:210px"/>
274 <div class="fn-ebz-container" >
275 <label class="fn-ebz-text-label">Range Axis Minimum Range</label><BR>
276 <input type="text" name="rAxisMinRange" only-digits ng-model="reportRunJson.minRange" style="width:210px"/>
278 <div class="fn-ebz-container">
279 <label class="fn-ebz-text-label">Maximum Range</label><BR>
280 <input type="text" name="rAxisMaxRange" only-digits ng-model="reportRunJson.maxRange" ng-maxLength="35" style="width:210px"/>
288 <div ng-show="reportRunJson.chartType=='BarChart3D'">
290 <accordion close-others="true" css="att-accordion--no-box">
291 <accordion-group id="accBar" heading="Bar Chart Options" child-length="10">
294 <div style="border:2px;border-style:solid;border-color:#808080;margin-bottom:9px">
295 <div class="fn-ebz-container" style="position:relative;margin:10px;" >
296 <label class="fn-ebz-text-label">Orientation</label><BR>
297 <span><input name="orient" type="radio" ng-model="reportRunJson.barChartOptions.verticalOrientation" data-ng-value="true"/>Vertical</span>
298 <span><input name="orient" type="radio" ng-model="reportRunJson.barChartOptions.verticalOrientation" data-ng-value="false"/>Horizontal</span>
301 <div class="fn-ebz-container" style="position:relative;margin:10px;">
302 <label class="fn-ebz-text-label">Stacked</label><BR>
303 <span><input name="stack" type="radio" ng-model="reportRunJson.barChartOptions.stackedChart" data-ng-value="true"/>Yes</span>
304 <span><input name="stack" type="radio" ng-model="reportRunJson.barChartOptions.stackedChart" data-ng-value="false"/>No</span>
307 <div class="fn-ebz-container" style="position:relative;margin:10px;">
308 <label class="fn-ebz-text-label">Show Controls</label><BR>
309 <span><input name="shwcontrol" type="radio" ng-model="reportRunJson.barChartOptions.displayBarControls" data-ng-value="true"/>Yes</span>
310 <span><input name="shwcontrol" type="radio" ng-model="reportRunJson.barChartOptions.displayBarControls" data-ng-value="false"/>No</span>
313 <div class="fn-ebz-container" style="position:relative;margin:10px;">
314 <label class="fn-ebz-text-label">XAxis Date Type</label><BR>
315 <span><input name="xAxisDtype" type="radio" ng-model="reportRunJson.barChartOptions.xAxisDateType" data-ng-value="true"/>Yes</span>
316 <span><input name="xAxisDtype" type="radio" ng-model="reportRunJson.barChartOptions.xAxisDateType" data-ng-value="false"/>No</span>
319 <div class="fn-ebz-container" style="position:relative;margin:10px;">
320 <label class="fn-ebz-text-label">Display less XAxis tickers</label><BR>
321 <span><input name="xTicker" type="radio" ng-model="reportRunJson.barChartOptions.minimizeXAxisTickers" data-ng-value="true"/>Yes</span>
322 <span><input name="xTicker" type="radio" ng-model="reportRunJson.barChartOptions.minimizeXAxisTickers" data-ng-value="false"/>No</span>
325 <div class="fn-ebz-container" style="position:relative;margin:10px;">
326 <label class="fn-ebz-text-label">Is Time Axis?</label><BR>
327 <span><input name="timeAxis" type="radio" ng-model="reportRunJson.barChartOptions.timeAxis" data-ng-value="true"/>Yes</span>
328 <span><input name="timeAxis" type="radio" ng-model="reportRunJson.barChartOptions.timeAxis" data-ng-value="false"/>No</span>
331 <div class="fn-ebz-container" style="position:relative;margin:10px;">
332 <label class="fn-ebz-text-label">Log Scale (Y Axis)</label><BR>
333 <span><input type="checkbox" ng-model="reportRunJson.barChartOptions.yAxisLogScale" att-checkbox data-ng-value="true"></span>
341 {{reportRunJson.chartType}}
342 <div ng-show="reportRunJson.chartType=='TimeSeriesChart'">
343 <accordion close-others="true" css="att-accordion--no-box">
344 <accordion-group id="accTimeChart" heading="Time Series Chart Options" child-length="10">
346 <div style="border:2px;border-style:solid;border-color:#808080;margin-bottom:9px">
347 <div style="margin-left:5px">
348 <div class="fn-ebz-container">
349 <label class="fn-ebz-text-label">Render as</label><BR>
350 <span><input name="renderAs" type="radio" ng-model="reportRunJson.timeSeriesChartOptions.lineChartRenderer" value="line"/>Line</span>
351 <span><input name="orient" type="radio" ng-model="reportRunJson.timeSeriesChartOptions.lineChartRenderer" value="area"/>Area</span>
354 <div class="fn-ebz-container" style="position:relative;margin:10px;">
355 <label class="fn-ebz-text-label">X Axis Label</label><BR>
356 <span><input type="checkbox" ng-model="reportRunJson.timeSeriesChartOptions.showXAxisLabel" att-checkbox data-ng-value="true"></span>
359 <div class="fn-ebz-container" style="position:relative;bottom:10px;">
360 <label class="fn-ebz-text-label">X Axis <br>Tickers</label><BR>
361 <span style="position:relative;top:10px;"><input type="checkbox" ng-model="reportRunJson.timeSeriesChartOptions.addXAxisTicker" att-checkbox data-ng-value="true"></span>
364 <div class="fn-ebz-container" style="position:relative;margin:20px;">
365 <label class="fn-ebz-text-label">Is Time Axis?</label><BR>
366 <span><input name="timeAxisChart" type="radio" ng-model="reportRunJson.timeSeriesChartOptions.nonTimeAxis" data-ng-value="true"/>Yes</span>
367 <span><input name="timeAxisChart" type="radio" ng-model="reportRunJson.timeSeriesChartOptions.nonTimeAxis" data-ng-value="false"/>No</span>
370 <div class="fn-ebz-container" style="position:relative;margin:10px;">
371 <label class="fn-ebz-text-label">Multi Series?</label><BR>
372 <span><input name="mSeries" type="radio" ng-model="reportRunJson.timeSeriesChartOptions.multiSeries" data-ng-value="true"/>Yes</span>
373 <span><input name="mSeries" type="radio" ng-model="reportRunJson.timeSeriesChartOptions.multiSeries" data-ng-value="false"/>No</span>
385 <accordion close-others="true" css="att-accordion--no-box">
386 <accordion-group id="accFlexTimeChart" heading="Flex Time Series Chart Options" child-length="10">
388 <div style="border:2px;border-style:solid;border-color:#808080;margin-bottom:9px">
389 <div style="margin-left:5px">
390 <div class="fn-ebz-container">
391 <label class="fn-ebz-text-label">Zoom-In Window</label><BR>
392 <span><input type="text" name="zWindow" only-digits maxlength=3 ng-model="reportRunJson.flexTimeSeriesChartOptions.zoomIn"></span>
395 <div class="fn-ebz-container" style="position:relative;margin:10px;">
396 <label class="fn-ebz-text-label">Time Axis Type</label><BR>
397 <span><input name="timeAxisType" type="radio" ng-model="reportRunJson.flexTimeSeriesChartOptions.timeAxisType" value="weekly"/>Weekly</span>
398 <span><input name="timeAxisType" type="radio" ng-model="reportRunJson.flexTimeSeriesChartOptions.timeAxisType" value="daily"/>Daily</span>
399 <span><input name="timeAxisType" type="radio" ng-model="reportRunJson.flexTimeSeriesChartOptions.timeAxisType" value="hourly"/>Hourly</span>
400 <span><input name="timeAxisType" type="radio" ng-model="reportRunJson.flexTimeSeriesChartOptions.timeAxisType" value="30min"/>30 Min</span>
416 <accordion close-others="true" css="att-accordion--no-box">
417 <accordion-group id="accCommonOptions" heading="Common Options" child-length="10">
419 <div style="border:2px;border-style:solid;border-color:#808080;margin-bottom:9px">
420 <div style="margin-left:5px">
421 <div class="fn-ebz-container">
422 <label class="fn-ebz-text-label">Legend Angle</label><BR>
423 <span><input name="langle" type="radio" ng-model="reportRunJson.commonChartOptions.legendLabelAngle" value="up45"/>up 45°</span>
424 <span><input name="langle" type="radio" ng-model="reportRunJson.commonChartOptions.legendLabelAngle" value="up90"/>up 90°</span>
425 <span><input name="langle" type="radio" ng-model="reportRunJson.commonChartOptions.legendLabelAngle" value="down45"/>down 45°</span>
426 <span><input name="langle" type="radio" ng-model="reportRunJson.commonChartOptions.legendLabelAngle" value="down90"/>down 90°</span>
427 <span><input name="langle" type="radio" ng-model="reportRunJson.commonChartOptions.legendLabelAngle" value="standard"/>Standard</span>
430 <div class="fn-ebz-container" style="position:relative;margin:15px;">
431 <label class="fn-ebz-text-label">Legend Position</label><BR>
432 <span><input name="lgPosition" type="radio" ng-model="reportRunJson.commonChartOptions.legendPosition" value="top"/>Top</span>
433 <span><input name="lgPosition" type="radio" ng-model="reportRunJson.commonChartOptions.legendPosition" value="bottom"/>Bottom</span>
436 <div class="fn-ebz-container">
437 <label class="fn-ebz-text-label">Legend</label><BR>
438 <span><input name="lgd" type="radio" ng-model="reportRunJson.commonChartOptions.hideLegend" data-ng-value="false"/>Yes</span>
439 <span><input name="lgd" type="radio" ng-model="reportRunJson.commonChartOptions.hideLegend" data-ng-value="true"/>No</span>
442 <div class="fn-ebz-container" style="position:relative;margin:10px;">
443 <label class="fn-ebz-text-label">Animation</label><BR>
444 <span><input name="anmtate" type="radio" ng-model="reportRunJson.commonChartOptions.animateAnimatedChart" data-ng-value="true" />Yes</span>
445 <span><input name="anmtate" type="radio" ng-model="reportRunJson.commonChartOptions.animateAnimatedChart" data-ng-value="false"/>No</span>
448 <div class="fn-ebz-container">
449 <label class="fn-ebz-text-label">Top Margin</label><BR>
450 <input type="text" name="reportRunJson.commonChartOptions.topMargin" only-digits maxlength=3 ng-model="reportRunJson.commonChartOptions.topMargin" style="width:210px"/>
452 <div class="fn-ebz-container">
453 <label class="fn-ebz-text-label">Bottom Margin</label><BR>
454 <input type="text" name="reportRunJson.commonChartOptions.bottomMargin" only-digits maxlength=3 ng-model="reportRunJson.commonChartOptions.bottomMargin" style="width:210px"/>
456 <div class="fn-ebz-container">
457 <label class="fn-ebz-text-label">Left Margin</label><BR>
458 <input type="text" name="reportRunJson.commonChartOptions.leftMargin" only-digits maxlength=3 ng-model="reportRunJson.commonChartOptions.leftMargin" style="width:210px"/>
460 <div class="fn-ebz-container">
461 <label class="fn-ebz-text-label">Right Margin</label><BR>
462 <input type="text" name="reportRunJson.commonChartOptions.rightMargin" only-digits maxlength=3 ng-model="reportRunJson.commonChartOptions.rightMargin" style="width:210px">
469 <a href="javascript:void(0)" att-button btn-type="primary" att-accessibility-click="13,32" ng-click="saveChartData();">Save</a>
470 <a href="report#/report_run/c_master={{reportRunJson.reportID}}&refresh=Y" att-button btn-type="primary" att-accessibility-click="13,32">Run</a>
474 <b2b-expanders class="mpc-expanders" is-open="additionalOptionOpen">
475 <b2b-expander-heading>
478 <div class="heading-medium b2b-blue" ng-class=" { 'b2b-toggle-header-active': !additionalOptionOpen, 'b2b-toggle-header-inactive': additionalOptionOpen } ">Additional Options</div>
482 <div style="position: absolute;right: 250px;" class="span1">
483 <i class="pull-right b2b-toggle-header-icon" b2b-expander-toggle b2b-accessibility-click="13,32" expand-icon="icon-primary-collapsed" collapse-icon="icon-primary-expanded" tabindex="0" aria-posinset="1" aria-setsize="2"></i>
486 </b2b-expander-heading>
489 <div id="RangeTable">
493 <th width="30%">Primary Axis Label</th>
494 <th width="30%">Secondary Axis Label</th>
501 <input type="text" name="primaryAxisLabel" ng-model="reportRunJson.primaryAxisLabel" style="width:200px;">
504 <input type="text" name="secondaryAxisLabel" ng-model="reportRunJson.secondaryAxisLabel" style="width:200px;">
512 <th width="30%">Range Axis Minimum Range</th>
513 <th width="30%">Maximum Range</th>
520 <input type="text" name="minRange" ng-model="reportRunJson.minRange" style="width:200px;">
523 <input type="text" name="maxRange" ng-model="reportRunJson.maxRange" style="width:200px;">
533 <!-- BAR CHART OPTION SECTION STARTS HERE -->
534 <b2b-expanders ng-show="reportRunJson.chartType=='BarChart3D'" class="mpc-expanders" is-open="barChartOptionOpen">
535 <b2b-expander-heading>
538 <div class="heading-medium b2b-blue" ng-class=" { 'b2b-toggle-header-active': !barChartOptionOpen, 'b2b-toggle-header-inactive': barChartOptionOpen } ">Bar Chart Options</div>
542 <div style="position: absolute;right: 250px;" class="span1">
543 <i class="pull-right b2b-toggle-header-icon" b2b-expander-toggle b2b-accessibility-click="13,32" expand-icon="icon-primary-collapsed" collapse-icon="icon-primary-expanded" tabindex="0" aria-posinset="1" aria-setsize="2"></i>
546 </b2b-expander-heading>
549 <div id="RangeTable">
553 <th width="25%">Orientation</th>
554 <th width="18%">Stacked</th>
555 <th width="18%">Show Controls</th>
556 <th width="18%">XAxis Date Type</th>
557 <th width="21%">Display less XAxis tickers</th>
564 <label for="optionsOrientationVertical" class="radio">
565 <input type="radio" ng-model="reportRunJson.barChartOptions.verticalOrientation" id="optionsOrientationVertical" name="optionsOrientationVertical" value="true">
567 <span>Vertical</span>
569 <label for="optionsOrientationHorizontal" class="radio">
570 <input type="radio" ng-model="reportRunJson.barChartOptions.verticalOrientation" id="optionsOrientationHorizontal" name="optionsOrientationHorizontal" value="false">
572 <span>Horizontal</span>
577 <label for="optionsStackedYes" class="radio">
578 <input type="radio" ng-model="reportRunJson.barChartOptions.stackedChart" id="optionsStackedYes" name="optionsStackedYes" value="true">
582 <label for="optionsStackedNo" class="radio">
583 <input type="radio" ng-model="reportRunJson.barChartOptions.stackedChart" id="optionsStackedNo" name="optionsStackedNo" value="false">
589 <label for="optionsShowControlYes" class="radio">
590 <input type="radio" ng-model="reportRunJson.barChartOptions.displayBarControls" id="optionsShowControlYes" name="optionsShowControlYes" value="true">
594 <label for="optionsShowControlNo" class="radio">
595 <input type="radio" ng-model="reportRunJson.barChartOptions.displayBarControls" id="optionsShowControlNo" name="optionsShowControlNo" value="false">
601 <label for="optionsXAxisDateTypeYes" class="radio">
602 <input type="radio" ng-model="reportRunJson.barChartOptions.xAxisDateType" id="optionsXAxisDateTypeYes" name="optionsXAxisDateTypeYes" value="true">
606 <label for="optionsXAxisDateTypeNo" class="radio">
607 <input type="radio" ng-model="reportRunJson.barChartOptions.xAxisDateType" id="optionsXAxisDateTypeNo" name="optionsXAxisDateTypeNo" value="false">
613 <label for="optionsMinimizeXAxisTickersYes" class="radio">
614 <input type="radio" ng-model="reportRunJson.barChartOptions.minimizeXAxisTickers" id="optionsMinimizeXAxisTickersYes" name="optionsMinimizeXAxisTickersYes" value="true">
618 <label for="optionsMinimizeXAxisTickersNo" class="radio">
619 <input type="radio" ng-model="reportRunJson.barChartOptions.minimizeXAxisTickers" id="optionsMinimizeXAxisTickersNo" name="optionsMinimizeXAxisTickersNo" value="false">
630 <th width="25%">Is Time Axis?</th>
631 <th width="25%">Log Scale (Y Axis)</th>
638 <label for="optionsTimeAxisYes" class="radio">
639 <input type="radio" ng-model="reportRunJson.barChartOptions.timeAxis" id="optionsTimeAxisYes" name="optionsTimeAxisYes" value="true">
643 <label for="optionsTimeAxisNo" class="radio">
644 <input type="radio" ng-model="reportRunJson.barChartOptions.timeAxis" id="optionsTimeAxisNo" name="optionsTimeAxisNo" value="false">
650 <label for="logScaleYAxisCheckBox" class="checkbox">
651 <input id="logScaleYAxisCheckBox" type="checkbox" ng-model="reportRunJson.barChartOptions.yAxisLogScale" /><i class="skin"></i><span></span>
661 <!-- BAR CHART OPTION SECTION ENDS HERE -->
663 <!-- TIME SERIES CHART OPTION SECTION STARTS HERE -->
664 <b2b-expanders ng-show="reportRunJson.chartType=='TimeSeriesChart'" class="mpc-expanders" is-open="timeSeriesChartOptionOpen">
665 <b2b-expander-heading>
668 <div class="heading-medium b2b-blue" ng-class=" { 'b2b-toggle-header-active': !timeSeriesChartOptionOpen, 'b2b-toggle-header-inactive': timeSeriesChartOptionOpen } ">Time Series Chart Options</div>
672 <div style="position: absolute;right: 250px;" class="span1">
673 <i class="pull-right b2b-toggle-header-icon" b2b-expander-toggle b2b-accessibility-click="13,32" expand-icon="icon-primary-collapsed" collapse-icon="icon-primary-expanded" tabindex="0" aria-posinset="1" aria-setsize="2"></i>
676 </b2b-expander-heading>
683 <th width="20%">Render as</th>
684 <th width="20%">X Axis Label</th>
685 <th width="20%">X Axis Tickers</th>
686 <th width="20%">Is Time Axis?</th>
687 <th width="20%">Multi Series</th>
693 <label for="optionsLineChartRendererLine" class="radio">
694 <input type="radio" ng-model="reportRunJson.timeSeriesChartOptions.lineChartRenderer" id="optionsLineChartRendererLine" name="optionsLineChartRendererLine" value="line">
698 <label for="optionsLineChartRendererArea" class="radio">
699 <input type="radio" ng-model="reportRunJson.timeSeriesChartOptions.lineChartRenderer" id="optionsLineChartRendererArea" name="optionsLineChartRendererArea" value="area">
705 <label for="xAxisLabelCheckBox" class="checkbox">
706 <input id="xAxisLabelCheckBox" type="checkbox" ng-model="reportRunJson.timeSeriesChartOptions.showXAxisLabel" /><i class="skin"></i><span></span>
710 <label for="addXAxisTickerCheckBox" class="checkbox">
711 <input id="addXAxisTickerCheckBox" type="checkbox" ng-model="reportRunJson.timeSeriesChartOptions.addXAxisTicker" /><i class="skin"></i><span></span>
715 <label for="isTimeAxisCheckBox" class="checkbox">
716 <input id="isTimeAxisCheckBox" type="checkbox" ng-model="reportRunJson.timeSeriesChartOptions.nonTimeAxis" /><i class="skin"></i><span></span>
720 <label for="multiSeriesCheckBox" class="checkbox">
721 <input id="multiSeriesCheckBox" type="checkbox" ng-model="reportRunJson.timeSeriesChartOptions.multiSeries" /><i class="skin"></i><span></span>
731 <!-- TIME SERIES CHART OPTION SECTION ENDS HERE -->
733 <b2b-expanders class="mpc-expanders" is-open="commonOptionOpen">
734 <b2b-expander-heading>
737 <div class="heading-medium b2b-blue" ng-class=" { 'b2b-toggle-header-active': !commonOptionOpen, 'b2b-toggle-header-inactive': commonOptionOpen } ">Common Options</div>
741 <div style="position: absolute;right: 250px;" class="span1">
742 <i class="pull-right b2b-toggle-header-icon" b2b-expander-toggle b2b-accessibility-click="13,32" expand-icon="icon-primary-collapsed" collapse-icon="icon-primary-expanded" tabindex="0" aria-posinset="1" aria-setsize="2"></i>
745 </b2b-expander-heading>
749 <div style="border:2px;border-style:solid;border-color:#808080;margin-bottom:9px">
750 <div style="margin-left:0px">
754 <th>Legend Angle</th>
755 <th>Legend Position</th>
760 <fieldset role="radiogroup" radio-group-accessibility>
762 <label for="optionsRadios1" class="radio">
763 <input type="radio" ng-model="reportRunJson.commonChartOptions.legendLabelAngle" id="optionsRadios1" name="optionsRadio1" value="up45">
765 <span>up 45°</span>
767 <label for="optionsRadios2" class="radio">
768 <input type="radio" ng-model="reportRunJson.commonChartOptions.legendLabelAngle" id="optionsRadios2" name="optionsRadio2" value="up90">
770 <span>up 90°</span>
772 <label for="optionsRadios3" class="radio">
773 <input type="radio" ng-model="reportRunJson.commonChartOptions.legendLabelAngle" id="optionsRadios3" name="optionsRadio3" value="down45">
775 <span>down 45°</span>
777 <label for="optionsRadios4444" class="radio">
778 <input type="radio" ng-model="reportRunJson.commonChartOptions.legendLabelAngle" id="optionsRadios4444" name="optionsRadio44" value="down90">
780 <span>down 90°</span>
782 <label for="optionsRadios5555" class="radio">
783 <input type="radio" ng-model="reportRunJson.commonChartOptions.legendLabelAngle" id="optionsRadios5555" name="optionsRadio55" value="standard">
785 <span>Standard</span>
790 <fieldset role="radiogroup" radio-group-accessibility>
792 <label for="optionsRadiosTop" class="radio">
793 <input type="radio" ng-model="reportRunJson.commonChartOptions.legendPosition" id="optionsRadiosTop" name="optionsRadioTop" value="top">
797 <label for="optionsRadiosBottom" class="radio">
798 <input type="radio" ng-model="reportRunJson.commonChartOptions.legendPosition" id="optionsRadiosBottom" name="optionsRadioBottom" value="bottom">
812 <th width="20%">Legend</th>
813 <th width="20%">Animation</th>
819 <fieldset role="radiogroup" radio-group-accessibility>
821 <label for="optionsRadiosHideLegendFalse" class="radio">
822 <input type="radio" ng-model="reportRunJson.commonChartOptions.hideLegend" id="optionsRadiosHideLegendFalse" name="optionsRadiosHideLegendFalse" value="false">
826 <label for="optionsRadiosHideLegendTrue" class="radio">
827 <input type="radio" ng-model="reportRunJson.commonChartOptions.hideLegend" id="optionsRadiosHideLegendTrue" name="optionsRadiosHideLegendTrue" value="true">
834 <fieldset role="radiogroup" radio-group-accessibility>
836 <label for="optionsRadiosAnimateChartTrue" class="radio">
837 <input type="radio" ng-model="reportRunJson.commonChartOptions.animateAnimatedChart" id="optionsRadiosAnimateChartTrue" name="optionsRadiosAnimateChartTrue" value="true">
841 <label for="optionsRadiosAnimateChartFalse" class="radio">
842 <input type="radio" ng-model="reportRunJson.commonChartOptions.animateAnimatedChart" id="optionsRadiosAnimateChartFalse" name="optionsRadiosAnimateChartFalse" value="false">
857 <th width="25%">Top Margin</th>
858 <th width="25%">Bottom Margin</th>
859 <th width="25%">Left Margin</th>
860 <th width="25%">Right Margin</th>
866 <input type="text" name="topMargin" ng-model="reportRunJson.commonChartOptions.topMargin" style="width:200px;">
869 <input type="text" name="bottomMargin" ng-model="reportRunJson.commonChartOptions.bottomMargin" style="width:200px;">
872 <input type="text" name="leftMargin" ng-model="reportRunJson.commonChartOptions.leftMargin" style="width:200px;">
875 <input type="text" name="rightMargin" ng-model="reportRunJson.commonChartOptions.rightMargin" style="width:200px;">
889 <button type="submit" style="width: 90px; height:35px;margin-top:20px; margin-left:5px;" class="btn btn-alt btn-small" ng-click="saveChartData();">Save</button>
890 <a href="report#/report_run/c_master={{reportRunJson.reportID}}&refresh=Y">
891 <button type="submit" style="width: 90px; height:35px;margin-top:20px; margin-left:5px;" class="btn btn-alt btn-small">Run</button>