@@ -1356,7 +1356,7 @@ The padding of the crosshair tooltip. A numeric value will set all paddings.
13561356 visible: true
13571357 },
13581358 visible: true
1359- }
1359+ },
13601360 categories: ["2012", "2013"]
13611361 }],
13621362 series: [
@@ -6130,7 +6130,7 @@ If set to `true` the chart will display the category axis title. By default the
61306130 $("#chart").kendoChart({
61316131 categoryAxis: [{
61326132 title: {
6133- text: "Years"
6133+ text: "Years",
61346134 visible: false
61356135 },
61366136 categories: ["2012", "2013"]
@@ -7063,7 +7063,7 @@ The background color of the label. Accepts a valid CSS color string, including h
70637063 data: [1, 2, 3]
70647064 }],
70657065 categoryAxis: {
7066- notesdata {
7066+ notesdata: {
70677067 data: [{
70687068 value: 1,
70697069 label: {
@@ -11552,7 +11552,7 @@ If set to true, the content will be forwarded to [proxyURL](/api/javascript/data
1155211552 <script>
1155311553 $("#chart").kendoChart({
1155411554 pdf: {
11555- proxyURL: "/save ",
11555+ proxyURL: "https://demos.telerik.com/kendo-ui/service/export ",
1155611556 forceProxy: true
1155711557 },
1155811558 legend: {
@@ -11564,8 +11564,8 @@ If set to true, the content will be forwarded to [proxyURL](/api/javascript/data
1156411564 ]
1156511565 });
1156611566
11567- var chart = $("#chart").getKendoChart();
11568- chart.saveAsPDF();
11567+ // var chart = $("#chart").getKendoChart();
11568+ // chart.saveAsPDF(); Calling the method will result in an "403 Access Denied" error because the proxyURL cannot be accessed from the Dojo coderunner ;
1156911569 </script>
1157011570
1157111571### pdf.fileName `String` *(default: "Export.pdf")*
@@ -12248,7 +12248,7 @@ The supported values are:
1224812248 categories: ["Foo", "Bar"]
1224912249 }
1225012250 });
12251- <script>
12251+ </ script>
1225212252
1225312253### series `Array`
1225412254
@@ -23479,7 +23479,7 @@ The accessible description of the Chart. The description is announced by screen
2347923479 <script>
2348023480 $("#chart").kendoChart({
2348123481 title: {
23482- text: "Fibonacci numbers"
23482+ text: "Fibonacci numbers",
2348323483 description: "A column chart displaying the first 10 Fibonacci numbers",
2348423484 position: "bottom"
2348523485 },
@@ -26515,7 +26515,7 @@ The color of the value axis minor ticks lines. Accepts a valid CSS color string,
2651526515 <script>
2651626516 $("#chart").kendoChart({
2651726517 valueAxis: {
26518- minorTicks {
26518+ minorTicks: {
2651926519 color: "#aa00bb",
2652026520 visible: true
2652126521 }
@@ -26532,7 +26532,7 @@ The color of the value axis minor ticks lines. Accepts a valid CSS color string,
2653226532 <script>
2653326533 $("#chart").kendoChart({
2653426534 valueAxis: {
26535- minorTicks {
26535+ minorTicks: {
2653626536 color: "rgb(128, 0, 255)",
2653726537 visible: true
2653826538 }
@@ -26549,7 +26549,7 @@ The color of the value axis minor ticks lines. Accepts a valid CSS color string,
2654926549 <script>
2655026550 $("#chart").kendoChart({
2655126551 valueAxis: {
26552- minorTicks {
26552+ minorTicks: {
2655326553 color: "green",
2655426554 visible: true
2655526555 }
@@ -27572,7 +27572,7 @@ If set to `true` the chart will display the value axis title. By default the val
2757227572 $("#chart").kendoChart({
2757327573 valueAxis: [{
2757427574 title: {
27575- text: "Years"
27575+ text: "Years",
2757627576 visible: false
2757727577 }
2757827578 }],
@@ -31252,7 +31252,7 @@ The color of the x axis minor ticks lines. Accepts a valid CSS color string, inc
3125231252 <script>
3125331253 $("#chart").kendoChart({
3125431254 xAxis: {
31255- minorTicks {
31255+ minorTicks: {
3125631256 color: "#aa00bb",
3125731257 visible: true
3125831258 }
@@ -31269,7 +31269,7 @@ The color of the x axis minor ticks lines. Accepts a valid CSS color string, inc
3126931269 <script>
3127031270 $("#chart").kendoChart({
3127131271 xAxis: {
31272- minorTicks {
31272+ minorTicks: {
3127331273 color: "rgb(128, 0, 255)",
3127431274 visible: true
3127531275 }
@@ -31286,7 +31286,7 @@ The color of the x axis minor ticks lines. Accepts a valid CSS color string, inc
3128631286 <script>
3128731287 $("#chart").kendoChart({
3128831288 xAxis: {
31289- minorTicks {
31289+ minorTicks: {
3129031290 color: "green",
3129131291 visible: true
3129231292 }
@@ -32568,7 +32568,7 @@ If set to `true` the chart will display the scatter chart x axis title. By defau
3256832568 $("#chart").kendoChart({
3256932569 xAxis: [{
3257032570 title: {
32571- text: "Years"
32571+ text: "Years",
3257232572 visible: false
3257332573 }
3257432574 }],
@@ -36378,7 +36378,7 @@ The color of the y axis minor ticks lines. Accepts a valid CSS color string, inc
3637836378 <script>
3637936379 $("#chart").kendoChart({
3638036380 yAxis: {
36381- minorTicks {
36381+ minorTicks: {
3638236382 color: "#aa00bb",
3638336383 visible: true
3638436384 }
@@ -36395,7 +36395,7 @@ The color of the y axis minor ticks lines. Accepts a valid CSS color string, inc
3639536395 <script>
3639636396 $("#chart").kendoChart({
3639736397 yAxis: {
36398- minorTicks {
36398+ minorTicks: {
3639936399 color: "rgb(128, 0, 255)",
3640036400 visible: true
3640136401 }
@@ -36412,7 +36412,7 @@ The color of the y axis minor ticks lines. Accepts a valid CSS color string, inc
3641236412 <script>
3641336413 $("#chart").kendoChart({
3641436414 yAxis: {
36415- minorTicks {
36415+ minorTicks: {
3641636416 color: "green",
3641736417 visible: true
3641836418 }
@@ -37690,7 +37690,7 @@ If set to `true` the chart will display the scatter chart y axis title. By defau
3769037690 $("#chart").kendoChart({
3769137691 yAxis: [{
3769237692 title: {
37693- text: "Years"
37693+ text: "Years",
3769437694 visible: false
3769537695 }
3769637696 }],
0 commit comments