Giter Site home page Giter Site logo

Comments (6)

alexfauquette avatar alexfauquette commented on May 28, 2024 2

Seems like a nice to have. But I'm concerned by your example.

A gauge is assumed to show one value that can evolve into a fixed range. In your screenshot, the range is respected (from 0 to 100) but it displays 3 values.

For me this looks like a hack based on an horizontal bar chart with a special component displaying the current value.

Here is an example about how to do it

https://codesandbox.io/p/sandbox/nifty-wilbur-65mnhr?file=%2Fsrc%2FDemo.js%3A23%2C37

from mui-x.

alexfauquette avatar alexfauquette commented on May 28, 2024 1

It's because with composition your series need a type property such that the <BarPlot /> can know if a series is to plot or if its something else (a line seres, or any other kind of series) plus the layout: 'horizontal' needs to be moved to series too, because it make no sens to have it in the container porps (think for example about a container use to render a pie chart, or a scatter plot)

https://stackblitz.com/edit/react-w8kgna-8ihauf?file=Demo.js

from mui-x.

MainaMwangiy avatar MainaMwangiy commented on May 28, 2024

Thanks for this. This hack worked with my use cases.

This is link to what worked https://stackblitz.com/edit/react-zitvgz-beeo2y?file=Demo.js

However, I am now trying to achieve a responsive chart using same code and I am facing a challenge. I have tried adding ResponsiveChartContainer but my solution has not worked. https://stackblitz.com/edit/react-w8kgna-fz7kdz?file=Demo.js

Anything that I am missing?

from mui-x.

MainaMwangiy avatar MainaMwangiy commented on May 28, 2024

Now it works fine for all use cases. Thanks

from mui-x.

MainaMwangiy avatar MainaMwangiy commented on May 28, 2024

@alexfauquette Is there a way I can add a custom Tooltip to this kind of chart? https://stackblitz.com/edit/react-hrg6hu?file=Demo.js
At the moment, the Tooltip shows the values that we passed on the series but I am targeting to show the value on the indicator though. Please check on attached link.

from mui-x.

alexfauquette avatar alexfauquette commented on May 28, 2024

Yes you can. The props of the item content gives you itemData which allows to know which item is triggering the tooltip.

From props.itemData.dataIndex you can knwo which data to display. If you use axisContent slots instead of itemContent it will be props.dataIndex.

Here is the demo

https://stackblitz.com/edit/react-hrg6hu-nyfuf7?file=Demo.js

from mui-x.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.