'How to label the names on x-axis and also change names accordingly in ad-hoc filters in grafana elasticsearch?
Solution 1:[1]
Go on value mappings on right side where there is option to choose and make settings in visualization. change the value mappings accordingly by writing the value which is originally shown for the bars of bar graph and with the text you want to show on the graph
Solution 2:[2]
There are few ways to fix that:
- Your ship does not need rigidbody, remove it so it wont move at all (only one of the Colliders needs Rigidbody to detect collision, so lets Player have Rigidbody and not the ship, I suppose that is your case)
- Your ship rigidbody does not need to rotate. Set Constraints in your ships Rigidbody: Freeze Rotation X = true, Freeze Rotation Z = true, and probably Freeze Rotation Y = true too (depends on case)
- Set your ships Rigidbody to isKinematic = true if you want it to be controlled by script not physics.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Prayrie Sinha |
| Solution 2 | Pawe? ??gowski |
