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" ng-disabled="rangeReport.removed=='true'">
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" ng-disabled="rangeReport.removed=='true'" style="width:100px;">
149 <input type="text" name="displayName" ng-model="rangeReport.rangeChartGroup" ng-disabled="rangeReport.removed=='true'" style="width:150px;">
152 <select name="chartType" b2b-dropdown ng-model="rangeReport.rangeColor" ng-disabled="rangeReport.removed=='true'">
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" ng-disabled="rangeReport.removed=='true'">
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 <span ng-hide="$index==0">
164 <button ng-if="rangeReport.removed!='true'" type="submit" style="width: 90px; height:35px;margin-left:5px;" class="btn btn-secondary btn-small" ng-click="removeRangeAxisRow($index)">Remove</button>
165 <button ng-if="rangeReport.removed=='true'" type="submit" style="width: 90px; height:35px;margin-left:5px;" class="btn btn-secondary btn-small" disabled="disabled">Removed</button>
176 <div ng-show=false style="min-height:500px" data-ng-init="init()">
177 <div class="fn-ebz-container" >
178 <label class="fn-ebz-text-label">Chart Type</label><BR>
179 <div class="form-field" att-select="chartTypes" ng-model="reportRunJson.chartTypeJSON" placeholder="Select an Option" show-input-filter="true" ng-change="actionClicked()"></div>
183 <div class="fn-ebz-container" style="position:relative; top: -8px;">
184 <label class="fn-ebz-text-label">Animate</label><BR>
185 <div><input type="checkbox" ng-model="reportRunJson.animation" att-checkbox data-ng-value="true"></div>
189 <div class="fn-ebz-container" >
190 <label class="fn-ebz-text-label">Width (Px)</label><BR>
191 <input type="text" name="chartWidth" maxlength=4 only-digits ng-model="reportRunJson.width" style="width:80px"/>
194 <div class="fn-ebz-container" >
195 <label class="fn-ebz-text-label">Height (Px)</label><BR>
196 <input type="text" name="chartHeight" maxlength=4 only-digits ng-model="reportRunJson.height" style="width:80px"/>
200 <div class="fn-ebz-container">
201 <label class="fn-ebz-text-label">Title</label><BR>
202 <span><input name="tle" type="radio" ng-model="reportRunJson.showTitle" data-ng-value="true"/>Show</span>
203 <span><input name="tle" type="radio" ng-model="reportRunJson.showTitle" data-ng-value="false"/>Hide</span>
208 <div class="fn-ebz-container" >
209 <label class="fn-ebz-text-label">Domain Axis</label><BR>
210 <div class="form-field" att-select="reportRunJson.chartColumnJSONList" ng-model="reportRunJson.domainAxisJSON" placeholder="Select an Option" show-input-filter="true"></div>
213 <div class="fn-ebz-container" >
214 <label class="fn-ebz-text-label">Category</label><BR>
215 <div class="form-field" att-select="reportRunJson.chartColumnJSONList" ng-model="reportRunJson.categoryAxis" placeholder="" show-input-filter="true"></div>
219 <div style="border:2px;border-style:solid;border-color:#808080;margin-bottom:9px">
220 <div ng-repeat="rangeReport in reportRunJson.rangeAxisList">
221 <div style="margin-left:5px">
222 <div class="fn-ebz-container">
223 <label class="fn-ebz-text-label">Range Axis</label><BR>
224 <div class="form-field" att-select="reportRunJson.chartColumnJSONList"
225 ng-model="rangeReport.rangeAxisLabelJSON" placeholder="Select an Option" show-input-filter="true"></div>
229 <div class="fn-ebz-container" >
230 <label class="fn-ebz-text-label">Y Axis</label><BR>
231 <input id="yaxs" type="text" name="yAxis" maxlength=50 ng-model=rangeReport.rangeYAxis style="width:100px"/>
234 <div class="fn-ebz-container" >
235 <label class="fn-ebz-text-label">Chart Title</label><BR>
236 <input type="text" name="chartTitle" maxlength=50 ng-model="rangeReport.rangeChartGroup" style="width:200px"/>
239 <div class="fn-ebz-container" >
240 <label class="fn-ebz-text-label">Color</label><BR>
241 <div class="form-field" att-select="rangeColors" ng-model="rangeReport.rangeColorJSON" placeholder="Select an Option" show-input-filter="true"></div>
244 <div class="fn-ebz-container" >
245 <label class="fn-ebz-text-label">Line Type</label><BR>
246 <div class="form-field" att-select="lineTypes" ng-model="rangeReport.rangeLineTypeJSON" placeholder="Select an Option" show-input-filter="true"></div>
249 <div class="fn-ebz-container" ng-show="reportRunJson.chartTypeJSON.value=='FlexTimeChart' ||
250 reportRunJson.chartTypeJSON.value=='AnnotationChart'" style="position:relative; top: -8px;">
251 <label class="fn-ebz-text-label">Area</label><BR>
252 <input type="checkbox" ng-model="rangeReport.showAsArea" att-checkbox data-ng-value="true">
255 <div class="fn-ebz-container" style="position:relative; top: 25px;">
256 <a href="javascript:void(0)" ng-show="{{$index==0}}" style="float: right;" att-button btn-type="secondary" size="small" att-accessibility-click="13,32"
257 ng-click="addRangeAxisRow(rangeReport);" >Add</a>
258 <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);" >
266 <accordion close-others="true" css="att-accordion--no-box">
267 <accordion-group id="additionalOptions" heading="Additional Options" child-length="10">
268 <div class="fn-ebz-container">
269 <label class="fn-ebz-text-label">Primary Axis Label</label><BR>
270 <input type="text" name="prAxis" maxlength=50 ng-model="reportRunJson.primaryAxisLabel" style="width:210px"/>
272 <div class="fn-ebz-container" >
273 <label class="fn-ebz-text-label">Secondary Axis Label</label><BR>
274 <input type="text" name="secAxis" maxlength=75 ng-model="reportRunJson.secondaryAxisLabel" style="width:210px"/>
277 <div class="fn-ebz-container" >
278 <label class="fn-ebz-text-label">Range Axis Minimum Range</label><BR>
279 <input type="text" name="rAxisMinRange" only-digits ng-model="reportRunJson.minRange" style="width:210px"/>
281 <div class="fn-ebz-container">
282 <label class="fn-ebz-text-label">Maximum Range</label><BR>
283 <input type="text" name="rAxisMaxRange" only-digits ng-model="reportRunJson.maxRange" ng-maxLength="35" style="width:210px"/>
291 <div ng-show="reportRunJson.chartType=='BarChart3D'">
293 <accordion close-others="true" css="att-accordion--no-box">
294 <accordion-group id="accBar" heading="Bar Chart Options" child-length="10">
297 <div style="border:2px;border-style:solid;border-color:#808080;margin-bottom:9px">
298 <div class="fn-ebz-container" style="position:relative;margin:10px;" >
299 <label class="fn-ebz-text-label">Orientation</label><BR>
300 <span><input name="orient" type="radio" ng-model="reportRunJson.barChartOptions.verticalOrientation" data-ng-value="true"/>Vertical</span>
301 <span><input name="orient" type="radio" ng-model="reportRunJson.barChartOptions.verticalOrientation" data-ng-value="false"/>Horizontal</span>
304 <div class="fn-ebz-container" style="position:relative;margin:10px;">
305 <label class="fn-ebz-text-label">Stacked</label><BR>
306 <span><input name="stack" type="radio" ng-model="reportRunJson.barChartOptions.stackedChart" data-ng-value="true"/>Yes</span>
307 <span><input name="stack" type="radio" ng-model="reportRunJson.barChartOptions.stackedChart" data-ng-value="false"/>No</span>
310 <div class="fn-ebz-container" style="position:relative;margin:10px;">
311 <label class="fn-ebz-text-label">Show Controls</label><BR>
312 <span><input name="shwcontrol" type="radio" ng-model="reportRunJson.barChartOptions.displayBarControls" data-ng-value="true"/>Yes</span>
313 <span><input name="shwcontrol" type="radio" ng-model="reportRunJson.barChartOptions.displayBarControls" data-ng-value="false"/>No</span>
316 <div class="fn-ebz-container" style="position:relative;margin:10px;">
317 <label class="fn-ebz-text-label">XAxis Date Type</label><BR>
318 <span><input name="xAxisDtype" type="radio" ng-model="reportRunJson.barChartOptions.xAxisDateType" data-ng-value="true"/>Yes</span>
319 <span><input name="xAxisDtype" type="radio" ng-model="reportRunJson.barChartOptions.xAxisDateType" data-ng-value="false"/>No</span>
322 <div class="fn-ebz-container" style="position:relative;margin:10px;">
323 <label class="fn-ebz-text-label">Display less XAxis tickers</label><BR>
324 <span><input name="xTicker" type="radio" ng-model="reportRunJson.barChartOptions.minimizeXAxisTickers" data-ng-value="true"/>Yes</span>
325 <span><input name="xTicker" type="radio" ng-model="reportRunJson.barChartOptions.minimizeXAxisTickers" data-ng-value="false"/>No</span>
328 <div class="fn-ebz-container" style="position:relative;margin:10px;">
329 <label class="fn-ebz-text-label">Is Time Axis?</label><BR>
330 <span><input name="timeAxis" type="radio" ng-model="reportRunJson.barChartOptions.timeAxis" data-ng-value="true"/>Yes</span>
331 <span><input name="timeAxis" type="radio" ng-model="reportRunJson.barChartOptions.timeAxis" data-ng-value="false"/>No</span>
334 <div class="fn-ebz-container" style="position:relative;margin:10px;">
335 <label class="fn-ebz-text-label">Log Scale (Y Axis)</label><BR>
336 <span><input type="checkbox" ng-model="reportRunJson.barChartOptions.yAxisLogScale" att-checkbox data-ng-value="true"></span>
344 {{reportRunJson.chartType}}
345 <div ng-show="reportRunJson.chartType=='TimeSeriesChart'">
346 <accordion close-others="true" css="att-accordion--no-box">
347 <accordion-group id="accTimeChart" heading="Time Series Chart Options" child-length="10">
349 <div style="border:2px;border-style:solid;border-color:#808080;margin-bottom:9px">
350 <div style="margin-left:5px">
351 <div class="fn-ebz-container">
352 <label class="fn-ebz-text-label">Render as</label><BR>
353 <span><input name="renderAs" type="radio" ng-model="reportRunJson.timeSeriesChartOptions.lineChartRenderer" value="line"/>Line</span>
354 <span><input name="orient" type="radio" ng-model="reportRunJson.timeSeriesChartOptions.lineChartRenderer" value="area"/>Area</span>
357 <div class="fn-ebz-container" style="position:relative;margin:10px;">
358 <label class="fn-ebz-text-label">X Axis Label</label><BR>
359 <span><input type="checkbox" ng-model="reportRunJson.timeSeriesChartOptions.showXAxisLabel" att-checkbox data-ng-value="true"></span>
362 <div class="fn-ebz-container" style="position:relative;bottom:10px;">
363 <label class="fn-ebz-text-label">X Axis <br>Tickers</label><BR>
364 <span style="position:relative;top:10px;"><input type="checkbox" ng-model="reportRunJson.timeSeriesChartOptions.addXAxisTicker" att-checkbox data-ng-value="true"></span>
367 <div class="fn-ebz-container" style="position:relative;margin:20px;">
368 <label class="fn-ebz-text-label">Is Time Axis?</label><BR>
369 <span><input name="timeAxisChart" type="radio" ng-model="reportRunJson.timeSeriesChartOptions.nonTimeAxis" data-ng-value="true"/>Yes</span>
370 <span><input name="timeAxisChart" type="radio" ng-model="reportRunJson.timeSeriesChartOptions.nonTimeAxis" data-ng-value="false"/>No</span>
373 <div class="fn-ebz-container" style="position:relative;margin:10px;">
374 <label class="fn-ebz-text-label">Multi Series?</label><BR>
375 <span><input name="mSeries" type="radio" ng-model="reportRunJson.timeSeriesChartOptions.multiSeries" data-ng-value="true"/>Yes</span>
376 <span><input name="mSeries" type="radio" ng-model="reportRunJson.timeSeriesChartOptions.multiSeries" data-ng-value="false"/>No</span>
388 <accordion close-others="true" css="att-accordion--no-box">
389 <accordion-group id="accFlexTimeChart" heading="Flex Time Series Chart Options" child-length="10">
391 <div style="border:2px;border-style:solid;border-color:#808080;margin-bottom:9px">
392 <div style="margin-left:5px">
393 <div class="fn-ebz-container">
394 <label class="fn-ebz-text-label">Zoom-In Window</label><BR>
395 <span><input type="text" name="zWindow" only-digits maxlength=3 ng-model="reportRunJson.flexTimeSeriesChartOptions.zoomIn"></span>
398 <div class="fn-ebz-container" style="position:relative;margin:10px;">
399 <label class="fn-ebz-text-label">Time Axis Type</label><BR>
400 <span><input name="timeAxisType" type="radio" ng-model="reportRunJson.flexTimeSeriesChartOptions.timeAxisType" value="weekly"/>Weekly</span>
401 <span><input name="timeAxisType" type="radio" ng-model="reportRunJson.flexTimeSeriesChartOptions.timeAxisType" value="daily"/>Daily</span>
402 <span><input name="timeAxisType" type="radio" ng-model="reportRunJson.flexTimeSeriesChartOptions.timeAxisType" value="hourly"/>Hourly</span>
403 <span><input name="timeAxisType" type="radio" ng-model="reportRunJson.flexTimeSeriesChartOptions.timeAxisType" value="30min"/>30 Min</span>
419 <accordion close-others="true" css="att-accordion--no-box">
420 <accordion-group id="accCommonOptions" heading="Common Options" child-length="10">
422 <div style="border:2px;border-style:solid;border-color:#808080;margin-bottom:9px">
423 <div style="margin-left:5px">
424 <div class="fn-ebz-container">
425 <label class="fn-ebz-text-label">Legend Angle</label><BR>
426 <span><input name="langle" type="radio" ng-model="reportRunJson.commonChartOptions.legendLabelAngle" value="up45"/>up 45°</span>
427 <span><input name="langle" type="radio" ng-model="reportRunJson.commonChartOptions.legendLabelAngle" value="up90"/>up 90°</span>
428 <span><input name="langle" type="radio" ng-model="reportRunJson.commonChartOptions.legendLabelAngle" value="down45"/>down 45°</span>
429 <span><input name="langle" type="radio" ng-model="reportRunJson.commonChartOptions.legendLabelAngle" value="down90"/>down 90°</span>
430 <span><input name="langle" type="radio" ng-model="reportRunJson.commonChartOptions.legendLabelAngle" value="standard"/>Standard</span>
433 <div class="fn-ebz-container" style="position:relative;margin:15px;">
434 <label class="fn-ebz-text-label">Legend Position</label><BR>
435 <span><input name="lgPosition" type="radio" ng-model="reportRunJson.commonChartOptions.legendPosition" value="top"/>Top</span>
436 <span><input name="lgPosition" type="radio" ng-model="reportRunJson.commonChartOptions.legendPosition" value="bottom"/>Bottom</span>
439 <div class="fn-ebz-container">
440 <label class="fn-ebz-text-label">Legend</label><BR>
441 <span><input name="lgd" type="radio" ng-model="reportRunJson.commonChartOptions.hideLegend" data-ng-value="false"/>Yes</span>
442 <span><input name="lgd" type="radio" ng-model="reportRunJson.commonChartOptions.hideLegend" data-ng-value="true"/>No</span>
445 <div class="fn-ebz-container" style="position:relative;margin:10px;">
446 <label class="fn-ebz-text-label">Animation</label><BR>
447 <span><input name="anmtate" type="radio" ng-model="reportRunJson.commonChartOptions.animateAnimatedChart" data-ng-value="true" />Yes</span>
448 <span><input name="anmtate" type="radio" ng-model="reportRunJson.commonChartOptions.animateAnimatedChart" data-ng-value="false"/>No</span>
451 <div class="fn-ebz-container">
452 <label class="fn-ebz-text-label">Top Margin</label><BR>
453 <input type="text" name="reportRunJson.commonChartOptions.topMargin" only-digits maxlength=3 ng-model="reportRunJson.commonChartOptions.topMargin" style="width:210px"/>
455 <div class="fn-ebz-container">
456 <label class="fn-ebz-text-label">Bottom Margin</label><BR>
457 <input type="text" name="reportRunJson.commonChartOptions.bottomMargin" only-digits maxlength=3 ng-model="reportRunJson.commonChartOptions.bottomMargin" style="width:210px"/>
459 <div class="fn-ebz-container">
460 <label class="fn-ebz-text-label">Left Margin</label><BR>
461 <input type="text" name="reportRunJson.commonChartOptions.leftMargin" only-digits maxlength=3 ng-model="reportRunJson.commonChartOptions.leftMargin" style="width:210px"/>
463 <div class="fn-ebz-container">
464 <label class="fn-ebz-text-label">Right Margin</label><BR>
465 <input type="text" name="reportRunJson.commonChartOptions.rightMargin" only-digits maxlength=3 ng-model="reportRunJson.commonChartOptions.rightMargin" style="width:210px">
472 <a href="javascript:void(0)" att-button btn-type="primary" att-accessibility-click="13,32" ng-click="saveChartData();">Save</a>
473 <a href="report#/report_run/c_master={{reportRunJson.reportID}}&refresh=Y" att-button btn-type="primary" att-accessibility-click="13,32">Run</a>
477 <b2b-expanders class="mpc-expanders" is-open="additionalOptionOpen">
478 <b2b-expander-heading>
481 <div class="heading-medium b2b-blue" ng-class=" { 'b2b-toggle-header-active': !additionalOptionOpen, 'b2b-toggle-header-inactive': additionalOptionOpen } ">Additional Options</div>
485 <div style="position: absolute;right: 250px;" class="span1">
486 <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>
489 </b2b-expander-heading>
492 <div id="RangeTable">
496 <th width="30%">Primary Axis Label</th>
497 <th width="30%">Secondary Axis Label</th>
504 <input type="text" name="primaryAxisLabel" ng-model="reportRunJson.primaryAxisLabel" style="width:200px;">
507 <input type="text" name="secondaryAxisLabel" ng-model="reportRunJson.secondaryAxisLabel" style="width:200px;">
515 <th width="30%">Range Axis Minimum Range</th>
516 <th width="30%">Maximum Range</th>
523 <input type="text" name="minRange" ng-model="reportRunJson.minRange" style="width:200px;">
526 <input type="text" name="maxRange" ng-model="reportRunJson.maxRange" style="width:200px;">
536 <!-- BAR CHART OPTION SECTION STARTS HERE -->
537 <b2b-expanders ng-show="reportRunJson.chartType=='BarChart3D'" class="mpc-expanders" is-open="barChartOptionOpen">
538 <b2b-expander-heading>
541 <div class="heading-medium b2b-blue" ng-class=" { 'b2b-toggle-header-active': !barChartOptionOpen, 'b2b-toggle-header-inactive': barChartOptionOpen } ">Bar Chart Options</div>
545 <div style="position: absolute;right: 250px;" class="span1">
546 <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>
549 </b2b-expander-heading>
552 <div id="RangeTable">
556 <th width="25%">Orientation</th>
557 <th width="18%">Stacked</th>
558 <th width="18%">Show Controls</th>
559 <th width="18%">XAxis Date Type</th>
560 <th width="21%">Display less XAxis tickers</th>
567 <label for="optionsOrientationVertical" class="radio">
568 <input type="radio" ng-model="reportRunJson.barChartOptions.verticalOrientation" id="optionsOrientationVertical" name="optionsOrientationVertical" value="true">
570 <span>Vertical</span>
572 <label for="optionsOrientationHorizontal" class="radio">
573 <input type="radio" ng-model="reportRunJson.barChartOptions.verticalOrientation" id="optionsOrientationHorizontal" name="optionsOrientationHorizontal" value="false">
575 <span>Horizontal</span>
580 <label for="optionsStackedYes" class="radio">
581 <input type="radio" ng-model="reportRunJson.barChartOptions.stackedChart" id="optionsStackedYes" name="optionsStackedYes" value="true">
585 <label for="optionsStackedNo" class="radio">
586 <input type="radio" ng-model="reportRunJson.barChartOptions.stackedChart" id="optionsStackedNo" name="optionsStackedNo" value="false">
592 <label for="optionsShowControlYes" class="radio">
593 <input type="radio" ng-model="reportRunJson.barChartOptions.displayBarControls" id="optionsShowControlYes" name="optionsShowControlYes" value="true">
597 <label for="optionsShowControlNo" class="radio">
598 <input type="radio" ng-model="reportRunJson.barChartOptions.displayBarControls" id="optionsShowControlNo" name="optionsShowControlNo" value="false">
604 <label for="optionsXAxisDateTypeYes" class="radio">
605 <input type="radio" ng-model="reportRunJson.barChartOptions.xAxisDateType" id="optionsXAxisDateTypeYes" name="optionsXAxisDateTypeYes" value="true">
609 <label for="optionsXAxisDateTypeNo" class="radio">
610 <input type="radio" ng-model="reportRunJson.barChartOptions.xAxisDateType" id="optionsXAxisDateTypeNo" name="optionsXAxisDateTypeNo" value="false">
616 <label for="optionsMinimizeXAxisTickersYes" class="radio">
617 <input type="radio" ng-model="reportRunJson.barChartOptions.minimizeXAxisTickers" id="optionsMinimizeXAxisTickersYes" name="optionsMinimizeXAxisTickersYes" value="true">
621 <label for="optionsMinimizeXAxisTickersNo" class="radio">
622 <input type="radio" ng-model="reportRunJson.barChartOptions.minimizeXAxisTickers" id="optionsMinimizeXAxisTickersNo" name="optionsMinimizeXAxisTickersNo" value="false">
633 <th width="25%">Is Time Axis?</th>
634 <th width="25%">Log Scale (Y Axis)</th>
641 <label for="optionsTimeAxisYes" class="radio">
642 <input type="radio" ng-model="reportRunJson.barChartOptions.timeAxis" id="optionsTimeAxisYes" name="optionsTimeAxisYes" value="true">
646 <label for="optionsTimeAxisNo" class="radio">
647 <input type="radio" ng-model="reportRunJson.barChartOptions.timeAxis" id="optionsTimeAxisNo" name="optionsTimeAxisNo" value="false">
653 <label for="logScaleYAxisCheckBox" class="checkbox">
654 <input id="logScaleYAxisCheckBox" type="checkbox" ng-model="reportRunJson.barChartOptions.yAxisLogScale" /><i class="skin"></i><span></span>
664 <!-- BAR CHART OPTION SECTION ENDS HERE -->
666 <!-- TIME SERIES CHART OPTION SECTION STARTS HERE -->
667 <b2b-expanders ng-show="reportRunJson.chartType=='TimeSeriesChart'" class="mpc-expanders" is-open="timeSeriesChartOptionOpen">
668 <b2b-expander-heading>
671 <div class="heading-medium b2b-blue" ng-class=" { 'b2b-toggle-header-active': !timeSeriesChartOptionOpen, 'b2b-toggle-header-inactive': timeSeriesChartOptionOpen } ">Time Series Chart Options</div>
675 <div style="position: absolute;right: 250px;" class="span1">
676 <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>
679 </b2b-expander-heading>
686 <th width="20%">Render as</th>
687 <th width="20%">X Axis Label</th>
688 <th width="20%">X Axis Tickers</th>
689 <th width="20%">Is Time Axis?</th>
690 <th width="20%">Multi Series</th>
696 <label for="optionsLineChartRendererLine" class="radio">
697 <input type="radio" ng-model="reportRunJson.timeSeriesChartOptions.lineChartRenderer" id="optionsLineChartRendererLine" name="optionsLineChartRendererLine" value="line">
701 <label for="optionsLineChartRendererArea" class="radio">
702 <input type="radio" ng-model="reportRunJson.timeSeriesChartOptions.lineChartRenderer" id="optionsLineChartRendererArea" name="optionsLineChartRendererArea" value="area">
708 <label for="xAxisLabelCheckBox" class="checkbox">
709 <input id="xAxisLabelCheckBox" type="checkbox" ng-model="reportRunJson.timeSeriesChartOptions.showXAxisLabel" /><i class="skin"></i><span></span>
713 <label for="addXAxisTickerCheckBox" class="checkbox">
714 <input id="addXAxisTickerCheckBox" type="checkbox" ng-model="reportRunJson.timeSeriesChartOptions.addXAxisTicker" /><i class="skin"></i><span></span>
718 <label for="isTimeAxisCheckBox" class="checkbox">
719 <input id="isTimeAxisCheckBox" type="checkbox" ng-model="reportRunJson.timeSeriesChartOptions.nonTimeAxis" /><i class="skin"></i><span></span>
723 <label for="multiSeriesCheckBox" class="checkbox">
724 <input id="multiSeriesCheckBox" type="checkbox" ng-model="reportRunJson.timeSeriesChartOptions.multiSeries" /><i class="skin"></i><span></span>
734 <!-- TIME SERIES CHART OPTION SECTION ENDS HERE -->
736 <b2b-expanders class="mpc-expanders" is-open="commonOptionOpen">
737 <b2b-expander-heading>
740 <div class="heading-medium b2b-blue" ng-class=" { 'b2b-toggle-header-active': !commonOptionOpen, 'b2b-toggle-header-inactive': commonOptionOpen } ">Common Options</div>
744 <div style="position: absolute;right: 250px;" class="span1">
745 <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>
748 </b2b-expander-heading>
752 <div style="border:2px;border-style:solid;border-color:#808080;margin-bottom:9px">
753 <div style="margin-left:0px">
757 <th>Legend Angle</th>
758 <th>Legend Position</th>
763 <fieldset role="radiogroup" radio-group-accessibility>
765 <label for="optionsRadios1" class="radio">
766 <input type="radio" ng-model="reportRunJson.commonChartOptions.legendLabelAngle" id="optionsRadios1" name="optionsRadio1" value="up45">
768 <span>up 45°</span>
770 <label for="optionsRadios2" class="radio">
771 <input type="radio" ng-model="reportRunJson.commonChartOptions.legendLabelAngle" id="optionsRadios2" name="optionsRadio2" value="up90">
773 <span>up 90°</span>
775 <label for="optionsRadios3" class="radio">
776 <input type="radio" ng-model="reportRunJson.commonChartOptions.legendLabelAngle" id="optionsRadios3" name="optionsRadio3" value="down45">
778 <span>down 45°</span>
780 <label for="optionsRadios4444" class="radio">
781 <input type="radio" ng-model="reportRunJson.commonChartOptions.legendLabelAngle" id="optionsRadios4444" name="optionsRadio44" value="down90">
783 <span>down 90°</span>
785 <label for="optionsRadios5555" class="radio">
786 <input type="radio" ng-model="reportRunJson.commonChartOptions.legendLabelAngle" id="optionsRadios5555" name="optionsRadio55" value="standard">
788 <span>Standard</span>
793 <fieldset role="radiogroup" radio-group-accessibility>
795 <label for="optionsRadiosTop" class="radio">
796 <input type="radio" ng-model="reportRunJson.commonChartOptions.legendPosition" id="optionsRadiosTop" name="optionsRadioTop" value="top">
800 <label for="optionsRadiosBottom" class="radio">
801 <input type="radio" ng-model="reportRunJson.commonChartOptions.legendPosition" id="optionsRadiosBottom" name="optionsRadioBottom" value="bottom">
815 <th width="20%">Legend</th>
816 <th width="20%">Animation</th>
822 <fieldset role="radiogroup" radio-group-accessibility>
824 <label for="optionsRadiosHideLegendFalse" class="radio">
825 <input type="radio" ng-model="reportRunJson.commonChartOptions.hideLegend" id="optionsRadiosHideLegendFalse" name="optionsRadiosHideLegendFalse" value="false">
829 <label for="optionsRadiosHideLegendTrue" class="radio">
830 <input type="radio" ng-model="reportRunJson.commonChartOptions.hideLegend" id="optionsRadiosHideLegendTrue" name="optionsRadiosHideLegendTrue" value="true">
837 <fieldset role="radiogroup" radio-group-accessibility>
839 <label for="optionsRadiosAnimateChartTrue" class="radio">
840 <input type="radio" ng-model="reportRunJson.commonChartOptions.animateAnimatedChart" id="optionsRadiosAnimateChartTrue" name="optionsRadiosAnimateChartTrue" value="true">
844 <label for="optionsRadiosAnimateChartFalse" class="radio">
845 <input type="radio" ng-model="reportRunJson.commonChartOptions.animateAnimatedChart" id="optionsRadiosAnimateChartFalse" name="optionsRadiosAnimateChartFalse" value="false">
860 <th width="25%">Top Margin</th>
861 <th width="25%">Bottom Margin</th>
862 <th width="25%">Left Margin</th>
863 <th width="25%">Right Margin</th>
869 <input type="text" name="topMargin" ng-model="reportRunJson.commonChartOptions.topMargin" style="width:200px;">
872 <input type="text" name="bottomMargin" ng-model="reportRunJson.commonChartOptions.bottomMargin" style="width:200px;">
875 <input type="text" name="leftMargin" ng-model="reportRunJson.commonChartOptions.leftMargin" style="width:200px;">
878 <input type="text" name="rightMargin" ng-model="reportRunJson.commonChartOptions.rightMargin" style="width:200px;">
892 <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>
893 <a href="report#/report_run/c_master={{reportRunJson.reportID}}&refresh=Y">
894 <button type="submit" style="width: 90px; height:35px;margin-top:20px; margin-left:5px;" class="btn btn-alt btn-small">Run</button>