question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Area.Line not displaying anything

See original GitHub issue

I 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: image OS: Linux Node: v11.13.0 proton-native: 1.1.11

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
ranjan-purbeycommented, Apr 8, 2019

We should add this on the manual then, I guess

1reaction
ranjan-purbeycommented, Apr 8, 2019

@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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found