Skip to content
  • Learning paths
  • Challenges
  • Solutions
  • Articles
  • Unlock Pro
  • Log in with GitHub
Solution
Submitted almost 2 years ago

Responsive chart component using d3-js and solid-js

bem, d3, solid-js, storybook, sass/scss
Hiron Das•20
@HironDas
A solution to the Expenses chart component challenge
View live sitePreview (opens in new tab)View codeCode (opens in new tab)

Solution retrospective


  • Is there any better approach to using d3-js with solid-js?
  • chartRef.clientWidth is not working properly inside onMonunt hook
const handler = () => {
setSize({ width: chartRef.clientWidth, height: chartRef.clientHeight })
}

onMount(() => {
window.addEventListener('resize', handler);
handler();
//document.getElementById("bar-chart").addEventListener('resize', handler);
})

It works fine when going from small to large resolution but not working on large to small.

  • What is the best practice for importing JSON in a front-end project?
  • How to make a chart more accessible?
Code
Select a file

Please log in to post a comment

Log in with GitHub

Community feedback

No feedback yet. Be the first to give feedback on Hiron Das's solution.

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord
Frontend Mentor logo

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub