Skip to content

Commit f52c6aa

Browse files
committed
docs(): minor update to centos docs about font packages needed for phantomjs
1 parent 4581bb4 commit f52c6aa

File tree

1 file changed

+12
-0
lines changed
  • docs/sources/installation

1 file changed

+12
-0
lines changed

docs/sources/installation/rpm.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,18 @@ those options.
141141
- [OpenTSDB]({{< relref "datasources/opentsdb.md" >}})
142142
- [Prometheus]({{< relref "datasources/prometheus.md" >}})
143143

144+
### Server side image rendering
145+
146+
Server side image (png) rendering is a feature that is optional but very useful when sharing visualizations,
147+
for example in alert notifications.
148+
149+
If the image is missing text make sure you have font packages installed.
150+
151+
```
152+
yum install fontconfig
153+
yum install freetype*
154+
yum install urw-fonts
155+
```
144156

145157
## Installing from binary tar file
146158

0 commit comments

Comments
 (0)