We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a777ea commit d48d5daCopy full SHA for d48d5da
README.md
@@ -117,6 +117,9 @@ Then add a script that will configure cedar and render the chart:
117
</script>
118
```
119
120
+### Configuring Cedar
121
+You can configure cedar to use a custom implementation of `fetch()` by setting `cedar.config.fetch = myCustomFetch`.
122
+
123
## Demos
124
125
See [this code pen](https://codepen.io/tomwayson/pen/paxgeO) to try creating a simple bar chart like the one above.
0 commit comments