Coder Social home page Coder Social logo

jfreechart-wrapper-for-vaadin's Introduction

Humans

๐Ÿ‘‹ Hi, Iโ€™m @luismr

๐Ÿ‘€ Iโ€™m interested in Java, Python, PHP, TypeScript, JavaScript.

๐ŸŒฑ Iโ€™m currently learning BDD automation creating a framework to play any Gherkin feature file in Python.

๐Ÿ’ž๏ธ Iโ€™m looking to collaborate on Java, Architecture, Spring support for new developers.

๐Ÿ“ซ You can reach me at Twitter and other Social channels can be checked at About.me

Normal People

"profile": {
   "name": "Luis Machado Reis",
   "pronoums": [ "he", "him" ],
   "skills": [ "touble-shooter", "trouble-creator" ],
   "work": {
      "company": "Trustly",
      "role": "Staff Senior Architect",
      "link": "https://www.trustly.com"
   },
   "code": [ "Java", "Python", "PHP", "TypeScript", "JavaScript" ]
   "frameworks": [
      { "type": "frontend", "name": "Angular", "language": "TypeScript" },
      { "type": "frontend", "name": "React", "language": "JavaScript" },
      { "type": "frontend", "name": "Vue", "language": "JavaScript" },
      { "type": "frontend", "name": "AWS Amplify (all-in-one service aggregator)", "language", "TypeScript" },
      { "type": "backend", "name": "SpringBoot", "language", "Java" },
      { "type": "backend", "name": "Flask", "language", "Python" },
      { "type": "backend", "name": "AWS AppSync (GraphQL)", "language", "TypeScript" },
      { "type": "backend", "name": "AWS API Gateway (REST)", "language", "TypeScript" },
      { "type": "backend", "name": "Spring Data (JPA)", "language", "Java" },
      { "type": "backend", "name": "Spring Data REST (REST based JPA)", "language", "Java" },
      { "type": "backend", "name": "Spring Web (Controllers and REST API endpoints)", "language", "Java" },
      { "type": "backend", "name": "Spring Secutiry", "language", "Java" }
   ]
   "socials": [
      { "social": "github", "username": "@luismr", "link": "https://www.github.com/luismr" },
      { "social": "twitter", "username": "@luismachadoreis", "link": "https://twitter.com/luismachadoreis" },
      { "social": "instagram", "username": "@luismachadoreis", "link": "https://www.instagram.com/luismachadoreis" },
      { "social": "facebook", "username": "@luismachadoreis", "link": "https://facebook.com/luismachadoreis" },
      { "social": "linkedin", "username": "@luismachadoreis", "link": "https://linkedin.com/in/luismachadoreis" },
      { "social": "about.me", "username": "@luismachadoreis", "link": "https://about.me/luismachadoreis" },
   ]
}

jfreechart-wrapper-for-vaadin's People

Contributors

mstahv avatar samulivaadin avatar tomivirkki avatar

Watchers

 avatar

jfreechart-wrapper-for-vaadin's Issues

Serialization problem

What steps will reproduce the problem?
1. use vaadin 6.7.x in latest tomcat 6
2. add JFreeChartWrapper with some chart
3. trigger reload of web app in tomcat (if via eclipse, just change some source 
code and save)
4. serialization exception: ByteArrayInputStream not serializable (I think the 
one contained in variable "res" of anonymous subclass of ApplicationResource)

What is the expected output? What do you see instead?
no serialization problem


What version of the product are you using? On what operating system?
latest, OS doesn't matter


Please provide any additional information below.
-

Original issue reported on code.google.com by [email protected] on 3 Jan 2012 at 2:29

markAsDirty is not working as expected

What steps will reproduce the problem?
1. mark the JFreeChart component as dirty (markAsDirty())

What is the expected output? What do you see instead?
The chart will be repainted if the dataset has changed


Please provide any additional information below.

this code can solve the issue :

    /**
     * {@inheritDoc}
     */
    @Override
    public void markAsDirty() {
        super.markAsDirty();
        res = null;
    }

Original issue reported on code.google.com by [email protected] on 18 Sep 2013 at 8:59

JFreeChartWrapper not supports ChartPanel

What steps will reproduce the problem?
1. In Vaadin, create JFreeChart, add it to ChartPanel and wrap it

What is the expected output? What do you see instead?
Should able to wrap and add int Vaadin component

What version of the product are you using? On what operating system?
2.5.0

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 20 Apr 2013 at 1:19

Chrome aspect ratio

What steps will reproduce the problem?
1. Open the demo page on chrome
2. The demo charts does not fit correctly on wide screen monitors

What is the expected output? What do you see instead?
Fit correctly

What version of the product are you using? On what operating system?
Last vaadin directory version

Please provide any additional information below.

Changing the default svg style from "width:100%;height:100%" to 
"width:100%;height:100%;position:fixed;top:0;left:0;bottom:0;right:0;" fix the 
problem.

Thanks.

Original issue reported on code.google.com by [email protected] on 28 Dec 2012 at 3:54

Attachments:

SVG is cached by browser

What steps will reproduce the problem?
1. Create any chart and try to update it's values dynamically

What is the expected output? What do you see instead?
Expected to display new image. The image is cached by browser and is not 
updated.


What version of the product are you using? On what operating system?
Version: 3.0.1


Please provide any additional information below.

The change in following lines should help:

res = new StreamResource(streamSource, String.format("graph%d", 
System.currentTimeMillis())) {

and

if (mode == RenderingMode.PNG) {
    return super.getFilename() + ".png";
} else {
    return super.getFilename() + (gzipEnabled ? ".svgz" : ".svg");
}

Original issue reported on code.google.com by [email protected] on 8 Oct 2013 at 4:05

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.