Area.Line not displaying anything
See original GitHub issueI used the following code:
import React, { Component } from 'react';
import { render, Window, App, Area, Text } from 'proton-native';
class Example extends Component {
render() {
return (
<App>
<Window title="Example" margined={true} menuBar={false}>
<Area strokeWidth="10">
<Area.Line x1={10} y1={100} x2={200} y2={100} stroke="blue"/>
</Area>
</Window>
</App>
);
}
}
render(<Example />);
Output: OS: Linux Node: v11.13.0 proton-native: 1.1.11
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Line Breaks not working in Textarea Output - Stack Overflow
The best and easy way to fix line breaks on the output use these simple css: .support-answer-textarea { white-space: pre-wrap; }.
Read more >A Complete Guide to Area Charts | Tutorial by Chartio
Area charts combine the line chart and bar chart for more specific purposes. Use this guide to learn the best times and ways...
Read more >Excel Line graph not displaying all data - Microsoft Community
It appears as if the grid in the chart area has been pre-defined to have 4 columns; for example if the only data...
Read more >AutoCAD Hidden Lines not Showing in Paper Space / Layout
AutoCAD Hidden Lines not Showing in Paper Space / Layout | Appear Solid in Layout. This tutorial shows how to show hidden lines...
Read more >Hidden areas, area boundaries, and/or room separation lines ...
When working in a Revit project, areas, area boundaries, and/or room separation lines are not displayed but are binding new rooms and areas....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We should add this on the manual then, I guess
@kusti8 Yes, I tried both but didn’t work @mischnic Surrounding by a box made it work. Though, I do not understand, why that is needed. Also if it is required, the official documentation should be updated to say so