d3plus / d3plus-text

A smart SVG text box with line wrapping and automatic font size scaling.
MIT License
105 stars 19 forks source link

Docs and examples seems to be offline #128

Closed francescocretti closed 2 years ago

francescocretti commented 2 years ago

All links to docs and examples point to a 404 page.

e.g. https://d3plus.org/examples/d3plus-text/resizing-text/

davelandry commented 2 years ago

@francescocretti we just ported the majority of our chart examples to a new website format: https://d3plus.org/

We're still in the process of writing examples for the utility functions, like TextBox: https://github.com/d3plus/d3plus-storybook/issues/1

@francescocretti in the meanwhile, is there any specific use case you need help with? If you still need that specific example, I can be found in the example folder of this repo: https://github.com/d3plus/d3plus-text/blob/master/example/resizing-text.md

francescocretti commented 2 years ago

Hey @davelandry . Thanks for your reply!

I war trying to use the "auto resize" function. I figured out how to make it work (.fontResize(true)).

The example has been helpful, thanks!