Hello everyone.

The Mixed Reality Forums here are no longer being used or maintained.

There are a few other places we would like to direct you to for support, both from Microsoft and from the community.

The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.

For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.

If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.

And always feel free to hit us up on Twitter @MxdRealityDev.
Options

Adding graphs to HoloLens

Hi, I was hoping to have a graph displaying output from a database in my HoloLens app. The graph could be a line chart or a bar chart . I can't find any suggestions as to how to do this , any help would be appreciated . Thanks

Tagged:

Comments

  • Options
    AmerAmerAmerAmer ✭✭✭
    Simply it's boxes and lines that are scaled and positioned based on values. You can look for unity plug ins to purchase or create a mini chart prefab. You can use ui elements to create the basic structure of the chart and store the values in arrays or whatever collection works for you. It takes some effort but it's not that bad.

    http://www.redsprocketstudio.com/
    Developer | Check out my new project blog

  • Options

    I actually ended up writing the app in JavaScript and using the Chart.js plugin as I am familiar with it . I works pretty well and changing the background color to black allows it to be displayed in the real world.

  • Options

    @Hannah Hi Hannah, Are you able to share this with others? I am not sure what to use for drawing graphs in Unity for HoloLens, so I was wondering if there would be a standard and simple example of drawing a graph in real-time based on some incoming values (or reading off of a csv file) for a Holographic Unity project. Of course, I came across your post... Initially, I liked the GazeRuler example of the HoloToolkit as a starting step for creating points and drawing lines, but I thought perhaps something better and sleek might have been done or may be someone would know of a better example or sample?

  • Options

    @hmiri What did you finally use? Did you get what you were looking for?

Sign In or Register to comment.