Skip to content

Commit 1f13b6f

Browse files
Solve vale errors
1 parent a4dc850 commit 1f13b6f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/components/charts/exporting/offline.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
2-
title: Offline module (unsupported)
2+
title: Offline Module (Unsupported)
33
page-title: Exporting Charts using offline exporting module
44
description: How to export charts to different format supported by using Highcharts offline exporting module.
55
meta-description: Provide configuration to export Vaadin Charts in various formats using only client-side implementation.
66
order: 15
77
---
88

99
[[charts.offlinemodule]]
10-
= Exporting Charts using the Offline module
10+
= Exporting Charts Using the Offline Module
1111

1212
Highcharts (the charting library used by Vaadin Charts) supports
1313
https://www.highcharts.com/docs/export-module/client-side-export[client-side export]
1414
through its offline-exporting module. This allows exporting chart images without sending any data to an external server.
1515

1616
Vaadin Charts does not officially support the offline-exporting module yet. Support for this feature is being tracked in an
17-
https://github.com/vaadin/web-components/issues/441[existing GitHub issue]. You can add a 👍 reaction on the issue to upvote it and help raise its priority.
17+
https://github.com/vaadin/web-components/issues/441[existing GitHub issue]. You can add a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the issue to help the community and maintainers prioritize this issue.
1818

1919
Until official support is available, you can follow the workaround described in
2020
https://github.com/vaadin/web-components/issues/441#issuecomment-3527965104[this GitHub comment]

articles/components/charts/exporting/remote-server.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ image::../img/charts-export-server-menu.png[]
4343

4444
== Using Custom Export Service
4545

46-
The exporting feature uses a https://export.highcharts.com[HighCharts export service] by default. To use your own, you need to https://www.highcharts.com/docs/export-module/setting-up-the-server[set up an export server] and then configure it in the `Exporting` configuration as follows:
46+
The exporting feature uses a https://export.highcharts.com[Highcharts export service] by default. To use your own, you need to https://www.highcharts.com/docs/export-module/setting-up-the-server[set up an export server] and then configure it in the `Exporting` configuration as follows:
4747

4848
[source,java]
4949
----

0 commit comments

Comments
 (0)