diff --git a/website/src/pages/faq.js b/website/src/pages/faq.js index ea83afe89..e70eb89cc 100644 --- a/website/src/pages/faq.js +++ b/website/src/pages/faq.js @@ -28,7 +28,7 @@ const Faq = () => ( easily tweaked by adjusting a few knobs, and offers various flavors for each chart types.

-

Are nivo components SSR compliants?

+

Are nivo components SSR compliant?

Yes, sure! nivo was built with this requirement in mind from the very beginning, you even have an HTTP rendering API for most components :) @@ -38,14 +38,14 @@ const Faq = () => (

Can I use nivo with very large data set?

- Yes you can! SVG/HTML are not performing very well when dealing with thousands + Yes you can! SVG/HTML do not perform well when dealing with thousands of nodes, that's why you have some{' '} canvas based implementations which - are able to handle pretty large ones. + are able to handle larger quantities of data.

My component isn't rendering

- Check if the parent have a define height, otherwise the responsive component + Check if the parent has a defined height, otherwise the responsive component won't be able to render.