Skip to content

fixing typos #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ <h3><span class="glyphicon glyphicon-stats"></span> High-Level Charts</h3>
<div class="col-md-12">
<div class="service-content">
<h3><span class="glyphicon glyphicon-refresh"></span> Flexible &amp; Reusable Components</h3>
<p><code>React-d3</code> is a highly module library. You can build new d3 charts using <code>React-d3</code> to create axis using <code>xaxis</code> component, <code>yaxis</code> component, label using <code>label</code> component, legend <code>legend</code> component... etc, in other word, it extends the flexibility of <code>d3</code> library so you can assemble a whole new chart using core components.</p>
<p><code>React-d3</code> is a highly modular library. You can build new d3 charts using <code>React-d3</code> to create axis using <code>xaxis</code> component, <code>yaxis</code> component, label using <code>label</code> component, legend <code>legend</code> component... etc, in other words, it extends the flexibility of the <code>d3</code> library so you can assemble a whole new chart using core components.</p>
</div>
</div>
</div>
Expand Down Expand Up @@ -395,4 +395,4 @@ <h3 id="building-pie-chart-with-tooltip">Building pie chart with tooltip</h3>
ga('send', 'pageview');
</script>

</body></html>
</body></html>