Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jqwidgets committed Oct 4, 2018
1 parent 7cb2857 commit 8b2a71e
Show file tree
Hide file tree
Showing 87 changed files with 97 additions and 98 deletions.
5 changes: 2 additions & 3 deletions bargauge/addandremovevalues/App.vue
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
<template>
<div>
<JqxBarGauge :theme="'material'" ref="myBarGauge" style="float: left"
:width="getWidth" :height="600" :relativeInnerRadius="0.2" :max="500"
:width="getWidth" :height="450" :relativeInnerRadius="0.2" :max="500"
:values="[450, 15, 330]" :baseValue="50" :startAngle="0" :endAngle="360"
:title="'Nutritional Values'" :colorScheme="'scheme05'" :tooltip="tooltip"
:barSpacing="9" :animationDuration="0" :labels="labels">
</JqxBarGauge>

<div style="margin-left: 50px; margin-top: 150px; float: left;">
<div style="margin-left: 50px;">
<JqxListBox :theme="'material'" ref="myListBox" @checkChange="onCheckChange()"
:width="230" :source="dataAdapter" :displayMember="'name'"
:valueMember="'calories'" :checkboxes="true">
</JqxListBox>

<br />
<br />
<div ref='log'>
<strong>Summary calories: 970</strong>
Expand Down
4 changes: 3 additions & 1 deletion bargauge/autochangevalue/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@
onDrawEnd: function () {
let values = [this.getRandomInt(1, 99)];
setTimeout(() => {
this.$refs.myBarGauge.val(values);
if (this.$refs.myBarGauge) {
this.$refs.myBarGauge.val(values);
}
}, 1000);
},
getRandomInt: function (min, max) {
Expand Down
6 changes: 2 additions & 4 deletions bulletchart/settings/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
:title="'Revenue 2014 YTD'" :description="'(U.S. $ in thousands)'" :animationDuration="0"
:pointer="pointer" :target="target" :labelsFormat="'c'" :showToolTip="true">
</JqxBulletChart>
<JqxExpander :theme="'material'" style="float: left; margin-left: 60px"
:width="210" :height="550" :toggleMode="'none'" :showArrow="false">
<JqxExpander :theme="'material'" style="float: left; margin-top: 60px"
:width="210" :height="570" :toggleMode="'none'" :showArrow="false">

<div>jqxBulletChart Settings</div>
<div>
Expand Down Expand Up @@ -197,6 +197,4 @@
</script>

<style>
</style>
2 changes: 1 addition & 1 deletion chart/100stackedareaseries/App.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div>
<JqxChart :theme="'material'" style="width: 850px; height: 500px"
<JqxChart :theme="'material'" style="width: 90%; height: 500px"
:title="'Web Traffic Analysis'" :description="'Unique monthly site visitors (percentage stacked)'"
:titlePadding="titlePadding" :source="dataAdapter" :xAxis="xAxis"
:valueAxis="valueAxis" :colorScheme="'scheme06'" :seriesGroups="seriesGroups">
Expand Down
2 changes: 1 addition & 1 deletion chart/100stackedcolumns/App.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div>
<JqxChart :theme="'material'" style="width: 850px; height: 500px"
<JqxChart :theme="'material'" style="width: 90%; height: 500px"
:title="'Fitness & exercise weekly scorecard'" :description="'Time spent in vigorous exercise by activity'"
:showLegend="true" :enableAnimations="true" :padding="padding"
:titlePadding="titlePadding" :source="sampleData" :xAxis="xAxis"
Expand Down
2 changes: 1 addition & 1 deletion chart/100stackedlineseries/App.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div>
<JqxChart :theme="'material'" style="width: 850px; height: 500px"
<JqxChart :theme="'material'" style="width: 90%; height: 500px"
:title="'Web Site Traffic Analysis'" :description="'Monthly unique visitors (percentage stacked)'"
:showLegend="true" :enableAnimations="true" :padding="padding"
:titlePadding="titlePadding" :source="dataAdapter" :xAxis="xAxis"
Expand Down
2 changes: 1 addition & 1 deletion chart/alternatingbackgroundcolor/App.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div>
<JqxChart :theme="'material'" ref="myChart" style="width: 850px; height: 500px"
<JqxChart :theme="'material'" ref="myChart" style="width: 90%; height: 500px"
:title="'Weather in Geneva, Switzerland'" :description="'Climatological Information about Geneva'"
:showLegend="true" :enableAnimations="true" :enableCrosshairs="true" :padding="padding"
:titlePadding="titlePadding" :source="data" :xAxis="xAxis"
Expand Down
2 changes: 1 addition & 1 deletion chart/areaseries/App.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div>
<JqxChart :theme="'material'" ref="myChart" style="width: 850px; height: 500px"
<JqxChart :theme="'material'" ref="myChart" style="width: 90%; height: 500px"
:title="'U.S. Stock Market Index Performance'" :description="'NASDAQ Composite compared to S&P 500'"
:showLegend="true" :enableAnimations="true" :enableCrosshairs="true" :padding="padding"
:titlePadding="titlePadding" :source="dataAdapter" :xAxis="xAxis"
Expand Down
2 changes: 1 addition & 1 deletion chart/areasplineseries/App.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div>
<JqxChart :theme="'material'" ref="myChart" style="width: 850px; height: 500px"
<JqxChart :theme="'material'" ref="myChart" style="width: 90%; height: 500px"
:title="'U.S. History Home Prices (1950-2010)'" :description="'Source: http://www.econ.yale.edu/~shiller/data.htm'"
:showLegend="true" :enableAnimations="true" :padding="padding"
:titlePadding="titlePadding" :source="dataAdapter" :xAxis="xAxis"
Expand Down
2 changes: 1 addition & 1 deletion chart/axiscustomoffsets/App.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div>
<JqxChart :theme="'material'" ref="myChart" style="width: 850px; height: 500px"
<JqxChart :theme="'material'" ref="myChart" style="width: 90%; height: 500px"
:title="'Custom labels, grid lines and tick marks offsets'" :description="''"
:enableAnimations="false" :padding="padding"
:titlePadding="titlePadding" :source="sampleData" :xAxis="xAxis"
Expand Down
2 changes: 1 addition & 1 deletion chart/axiscustomoffsetsandcolorbands/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<JqxChart :theme="'material'" ref="myChart" style="width: 850px; height: 500px"
<JqxChart :theme="'material'" ref="myChart" style="width: 90%; height: 500px"
:title="'Custom labels, grid lines and tick marks offsets'"
:description="'This example demonstrates how to use labels, tick marks and grid lines at custom offsets'"
:enableAnimations="false" :padding="padding"
Expand Down
4 changes: 2 additions & 2 deletions chart/axisoffsettovalue/App.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div>
<div style="width: 850px; height: 500px" @mousemove="myChartOnMousemove($event)">
<JqxChart :theme="'material'" ref="myChart" style="width: 850px; height: 500px"
<div style="width: 90%; height: 500px" @mousemove="myChartOnMousemove($event)">
<JqxChart :theme="'material'" ref="myChart" style="width: 90%; height: 500px"
@click="myChartOnClick($event)"
:title="'Custom labels, grid lines and tick marks offsets'"
:description="'This example demonstrates how to use labels, tick marks and grid lines at custom offsets'"
Expand Down
2 changes: 1 addition & 1 deletion chart/axisorientation/App.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div>
<JqxChart :theme="'material'" ref="myChart" style="width: 850px; height: 500px"
<JqxChart :theme="'material'" ref="myChart" style="width: 90%; height: 500px"
:title="'Fitness & exercise weekly scorecard'" :description="'Time spent in vigorous exercise by activity'"
:enableAnimations="false" :enableAxisTextAnimation="true" :padding="padding"
:titlePadding="titlePadding" :source="sampleData" :xAxis="xAxis" :animationDuration="1000"
Expand Down
2 changes: 1 addition & 1 deletion chart/axisposition/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<JqxChart :theme="'material'" ref="myChart" style="width: 850px; height: 500px"
<JqxChart :theme="'material'" ref="myChart" style="width: 90%; height: 500px"
:title="'U.S. Historical Home Prices (1950-2011)'" :description="'Source: http://www.econ.yale.edu/~shiller/data.htm'"
:enableAnimations="true" :showLegend="true" :padding="padding"
:titlePadding="titlePadding" :source="dataAdapter" :xAxis="xAxis"
Expand Down
2 changes: 1 addition & 1 deletion chart/axissettings/App.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div>
<JqxChart :theme="'material'" ref="myChart" style="width: 850px; height: 500px"
<JqxChart :theme="'material'" ref="myChart" style="width: 90%; height: 500px"
:title="'Electricity prices in Europe between 2004 and 2014'" :description="'Source: Eurostat'"
:enableAnimations="true" :showLegend="true" :padding="padding"
:titlePadding="titlePadding" :source="data" :xAxis="xAxis"
Expand Down
2 changes: 1 addition & 1 deletion chart/barseries/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<JqxChart :theme="'material'" style="width: 850px; height: 500px"
<JqxChart :theme="'material'" style="width: 90%; height: 500px"
:title="'Top 5 most populated countries'" :description="'Statistics for 2011'"
:enableAnimations="true" :showLegend="true" :padding="padding"
:titlePadding="titlePadding" :source="sampleData" :xAxis="xAxis"
Expand Down
2 changes: 1 addition & 1 deletion chart/bublechart/App.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div>
<JqxChart :theme="'material'" ref="myChart" style="width: 850px; height: 500px"
<JqxChart :theme="'material'" ref="myChart" style="width: 90%; height: 500px"
:title="'Sales by City in Q1 and Q2, and YoY sales growth'"
:description="'(the size of the circles represents relative YoY growth)'"
:enableAnimations="true" :showLegend="true" :padding="padding"
Expand Down
2 changes: 1 addition & 1 deletion chart/candlestickchart/App.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div>
<JqxChart :theme="'material'" style="width: 850px; height: 500px"
<JqxChart :theme="'material'" style="width: 90%; height: 500px"
:title="'S&P 500 Candlestick Chart'"
:description="'(June 2010 - November 2014)'"
:enableAnimations="true" :enableCrosshairs="true" :animationDuration="1500"
Expand Down
2 changes: 1 addition & 1 deletion chart/chartannotations/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<JqxChart :theme="'material'" style="width: 850px; height: 500px"
<JqxChart :theme="'material'" style="width: 90%; height: 500px"
:title="'Country economic comparison'"
:description="'Per capita GDP and Debt in 2010'"
:showLegend="true" :enableAnimations="true" :padding="padding"
Expand Down
2 changes: 1 addition & 1 deletion chart/chartcrosshairs/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<JqxChart :theme="'material'" style="width: 850px; height: 500px"
<JqxChart :theme="'material'" style="width: 90%; height: 500px"
:title="'U.S. Stock Market Index Performance'"
:description="'NASDAQ Composite compared to S&P 500'"
:showLegend="true" :enableAnimations="true" :enableCrosshairs="true"
Expand Down
4 changes: 2 additions & 2 deletions chart/chartevents/App.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div>
<div style="width: 850px; height: 500px" @mouseleave="chartEvent($event)" @mouseenter="chartEvent($event)">
<JqxChart :theme="'material'" style="width: 850px; height: 500px"
<div style="width: 90%; height: 500px" @mouseleave="chartEvent($event)" @mouseenter="chartEvent($event)">
<JqxChart :theme="'material'" style="width: 90%; height: 500px"
@click="chartEvent($event)" @toggle="chartEvent($event)"
:title="'Fitness & exercise weekly scorecard'"
:description="'Time spent in vigorous exercise'"
Expand Down
2 changes: 1 addition & 1 deletion chart/chartprinting/App.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div>
<JqxChart :theme="'material'" ref="myChart" style="width: 850px; height: 500px"
<JqxChart :theme="'material'" ref="myChart" style="width: 90%; height: 500px"
:title="'Economic comparison'"
:description="'GDP and Debt in 2010'"
:showLegend="true" :enableAnimations="true" :padding="padding"
Expand Down
2 changes: 1 addition & 1 deletion chart/chartrangeselectorevents/App.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div>
<JqxChart :theme="'material'" ref="myChart" style="width: 850px; height: 500px"
<JqxChart :theme="'material'" ref="myChart" style="width: 90%; height: 500px"
@click="dumpEventInfo($event)" @toggle="dumpEventInfo($event)"
@rangeSelectionChanging="dumpEventInfo($event)" @rangeSelectionChanged="dumpEventInfo($event)"
@refreshBegin="dumpEventInfo($event)" @refreshEnd="dumpEventInfo($event)"
Expand Down
2 changes: 1 addition & 1 deletion chart/chartwithgrid/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:source="dataAdapter" :columns="columns" :showfilterrow="true">
</JqxGrid>

<JqxChart :theme="'material'" ref="myChart" style="width: 850px; height: 500px; margin-top: 50px"
<JqxChart :theme="'material'" ref="myChart" style="width: 90%; height: 500px; margin-top: 50px"
:title="'Fitness & exercise weekly scorecard'"
:description="'Time spent in vigorous exercise'"
:showLegend="true" :enableAnimations="true" :padding="padding"
Expand Down
2 changes: 1 addition & 1 deletion chart/colorbands/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<JqxChart :theme="'material'" style="width: 850px; height: 500px"
<JqxChart :theme="'material'" style="width: 90%; height: 500px"
:title="'Monthly Project Schedule'"
:description="'Website update plan'"
:showLegend="true" :enableAnimations="true" :padding="padding"
Expand Down
2 changes: 1 addition & 1 deletion chart/colorbandsxaxis/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<JqxChart :theme="'material'" style="width: 850px; height: 500px"
<JqxChart :theme="'material'" style="width: 90%; height: 500px"
:title="'US Homeownership rate & recessions (1965-2014)'"
:description="'(sources: US Census bureau, Wikipedia)'"
:showLegend="true" :enableAnimations="true" :padding="padding"
Expand Down
2 changes: 1 addition & 1 deletion chart/columnlocaldata/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<JqxChart :theme="'material'" style="width: 850px; height: 500px"
<JqxChart :theme="'material'" style="width: 90%; height: 500px"
:title="'Fitness & exercise weekly scorecard'"
:description="'Time spent in vigorous exercise'"
:showLegend="true" :enableAnimations="true" :padding="padding"
Expand Down
2 changes: 1 addition & 1 deletion chart/columnrange/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<JqxChart :theme="'material'" style="width: 850px; height: 500px"
<JqxChart :theme="'material'" style="width: 90%; height: 500px"
:title="'Weather in Geneva, Switzerland'"
:description="'Climatological Information about Geneva'"
:showLegend="true" :enableAnimations="true" :padding="padding" :enableCrosshairs="true"
Expand Down
2 changes: 1 addition & 1 deletion chart/columnseries/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<JqxChart :theme="'material'" style="width: 850px; height: 500px"
<JqxChart :theme="'material'" style="width: 90%; height: 500px"
:title="'Economic comparison'"
:description="'GDP and Debt in 2010'"
:showLegend="true" :enableAnimations="true" :padding="padding"
Expand Down
2 changes: 1 addition & 1 deletion chart/columnseriesspacing/App.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div>
<JqxChart :theme="'material'" ref="myChart" style="width: 850px; height: 500px"
<JqxChart :theme="'material'" ref="myChart" style="width: 90%; height: 500px"
:title="'Columns spacing and padding'"
:description="'Example with two series groups and three series in each group'"
:showLegend="true" :enableAnimations="false" :padding="padding"
Expand Down
2 changes: 1 addition & 1 deletion chart/columnserieswithlabels/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<JqxChart :theme="'material'" style="width: 850px; height: 500px"
<JqxChart :theme="'material'" style="width: 90%; height: 500px"
:title="'Economic comparison'"
:description="'GDP and Debt in 2010'"
:showLegend="true" :enableAnimations="true" :padding="padding"
Expand Down
2 changes: 1 addition & 1 deletion chart/columnserieswithmissingvalues/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<JqxChart :theme="'material'" style="width: 850px; height: 500px"
<JqxChart :theme="'material'" style="width: 90%; height: 500px"
:title="'Average store sales per hour'"
:description="''"
:showLegend="true" :enableAnimations="true" :padding="padding"
Expand Down
2 changes: 1 addition & 1 deletion chart/columnseriewithconditionalcolors/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<JqxChart :theme="'material'" style="width: 850px; height: 500px"
<JqxChart :theme="'material'" style="width: 90%; height: 500px"
:title="'U.S. GDP Percentage Change'"
:description="'(source: Bureau of Economic Analysis)'"
:showLegend="false" :enableAnimations="true" :padding="padding" :borderLineWidth="1"
Expand Down
2 changes: 1 addition & 1 deletion chart/columnsrange/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<JqxChart :theme="'material'" style="width: 850px; height: 500px"
<JqxChart :theme="'material'" style="width: 90%; height: 500px"
:title="'Logarithmic Column Range'"
:description="'logarithmic scale with base 2'"
:enableAnimations="true" :padding="padding"
Expand Down
2 changes: 1 addition & 1 deletion chart/columnswithbase10logarithmicaxis/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<JqxChart :theme="'material'" style="width: 850px; height: 500px"
<JqxChart :theme="'material'" style="width: 90%; height: 500px"
:title="'Logarithmic Scale Axis Example'"
:description="'Sample logarithmic scale axis with base 10 and baseline at 1'"
:enableAnimations="true" :padding="padding"
Expand Down
2 changes: 1 addition & 1 deletion chart/columnswithlogarithmicaxis/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<JqxChart :theme="'material'" style="width: 850px; height: 500px"
<JqxChart :theme="'material'" style="width: 90%; height: 500px"
:title="'Logarithmic Scale Axis Example'"
:description="'Sample logarithmic scale axis with base 2'"
:enableAnimations="true" :padding="padding"
Expand Down
2 changes: 1 addition & 1 deletion chart/createComponent/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<JqxChart :theme="'material'" style="width: 850px; height: 500px;"
<JqxChart :theme="'material'" style="width: 90%; height: 500px;"
ref="myChart" :autoCreate="false">
</JqxChart>
</template>
Expand Down
2 changes: 1 addition & 1 deletion chart/customdrawing/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<JqxChart :theme="'material'" style="width: 850px; height: 500px"
<JqxChart :theme="'material'" style="width: 90%; height: 500px"
:title="'Map of the European Union'"
:description="''"
:padding="padding" :titlePadding="titlePadding" :source="dataAdapter"
Expand Down
2 changes: 1 addition & 1 deletion chart/customstyling/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<JqxChart :theme="'material'" style="width: 850px; height: 500px"
<JqxChart :theme="'material'" style="width: 90%; height: 500px"
:title="'U.S. Stock Market Index Performance'"
:description="'NASDAQ Composite compared to S&P 500'"
:showLegend="true" :enableAnimation="true" :padding="padding"
Expand Down
2 changes: 1 addition & 1 deletion chart/darkbackground/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<JqxChart :theme="'material'" style="width: 850px; height: 500px"
<JqxChart :theme="'material'" style="width: 90%; height: 500px"
:title="'U.S. Stock Market Index Performance'"
:description="'NASDAQ Composite compared to S&P 500'"
:showLegend="true" :enableAnimation="true" :padding="padding"
Expand Down
2 changes: 1 addition & 1 deletion chart/funnelchart/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<JqxChart :theme="'material'" style="width: 850px; height: 500px"
<JqxChart :theme="'material'" style="width: 90%; height: 500px"
:title="'Funnel chart'"
:description="'This example demonstrates funnel chart with positive and negative values'"
:showLegend="true" :enableAnimations="true" :padding="padding"
Expand Down
2 changes: 1 addition & 1 deletion chart/greyscaleseries/App.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div>
<JqxChart :theme="'material'" ref="myChart" style="width: 850px; height: 500px"
<JqxChart :theme="'material'" ref="myChart" style="width: 90%; height: 500px"
:title="'Fitness & exercise weekly scorecard'"
:description="'Time spent in vigorous exercise by activity'"
:showLegend="true" :enableAnimations="false" :padding="padding"
Expand Down
2 changes: 1 addition & 1 deletion chart/gridlinesdashstyle/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<JqxChart :theme="'material'" style="width: 850px; height: 500px"
<JqxChart :theme="'material'" style="width: 90%; height: 500px"
:title="'CPI inflation comparison by country'"
:description="'Years: 2011 vs 2012'"
:showLegend="true" :enableAnimations="true" :padding="padding"
Expand Down
2 changes: 1 addition & 1 deletion chart/intervalandsteps/App.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div>
<JqxChart :theme="'material'" ref="myChart" style="width: 850px; height: 500px"
<JqxChart :theme="'material'" ref="myChart" style="width: 90%; height: 500px"
:title="'Chart unit interval and steps example'"
:description="''"
:showLegend="true" :enableAnimations="false" :padding="padding"
Expand Down
2 changes: 1 addition & 1 deletion chart/lineseries/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<JqxChart :theme="'material'" style="width: 850px; height: 500px"
<JqxChart :theme="'material'" style="width: 90%; height: 500px"
:title="'U.S. Stock Market Index Performance'"
:description="'NASDAQ Composite compared to S&P 500'"
:showLegend="true" :enableAnimations="true" :padding="padding"
Expand Down
Loading

0 comments on commit 8b2a71e

Please sign in to comment.