Giter Club home page Giter Club logo

achartengine's Introduction

๐Ÿ‘‹ try out my latest open-source project:

๐ŸŽฏ I'm a full-stack engineer with over 10 years of experience, specializing in:

  • iOS, tvOS, watchOS, macOS, and web app development
  • Agent systems (LLMs/AI/Glue code)
  • NextJS + React (Currently skilling up and building with this framework)
  • Lightweight project management, ownership, and workflow automation

๐Ÿ”ฅ Excited About:

  • Building apps using AI Agents

๐Ÿ’ผ Availability:

๐Ÿš€ Career Highlights:

  • First lead mobile engineer at Pluto TV ($340MM exit)
  • Leader and individual contributor to many green-field projects in early stage startups.
  • Developed open-source Android app, ElectricSleep โšก๐Ÿ˜ด, during university, amassing over 1 million users

achartengine's People

Contributors

brandonedens avatar jondwillis avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

achartengine's Issues

org.achartengine.intent.* not found

Hi,

I trying to run client. But the package org.achartengine.intent.ContentSchema and org.achartengine.intent.ContentSchema.PlotData is not provided by your repository.

The java class DataContentProvider use this package.

Customize layout

Is there a way to place some textview in Average temperature example?

Need to stop further scrolling when the last item is plot.

Hi Jon,

is it possible to stop further scrolling when the last item of my arraylist is plotted. For example in my arraylist holding 100 number of values, these values are plotted in X axis. Now horizontally i scrolling to reach 100 th value, once i reached i can able to scroll further, this shows empty screen as far i scroll. Please guide me to fix this.

Transparent background bar chart panning issue

What steps will reproduce the problem?

  1. Set transparent background with margin color transparent in bar chart
  2. Set pannable only Y axis
  3. Scroll down
  4. See result

What is the expected output? What do you see instead?
I want to block the bar chart not to draw when touches X axis while panning vertically

Please provide a source code snippet that we can use to replicate the
issue.

XYMultipleSeriesRenderer renderer = buildBarRenderer(colors1);
setChartSettings(renderer, "", "", "", 0, 10, 0, 2652, Color.BLACK, Color.BLACK);
renderer.setApplyBackgroundColor(true);
renderer.setBackgroundColor(getResources().getColor(R.colortransparent));
renderer.setMarginsColor(getResources().getColor(R.color.transparent));
renderer.setAxisTitleTextSize(14);
renderer.setShowLegend(false);
renderer.setLabelsTextSize(10);
renderer.setLegendTextSize(10);
renderer.setXLabelsColor(Color.BLACK);
renderer.setYLabelsColor(0, Color.BLACK);
renderer.setYLabelsAlign(Paint.Align.RIGHT);
renderer.setYLabelsPadding(10);
renderer.setShowGridX(false);
renderer.setGridColor(Color.BLACK);
renderer.setXLabels(0);
renderer.setYLabels(15);
renderer.setClickEnabled(true);
renderer.setMargins(new int[]{100, 100, 50, 0});
renderer.setBarWidth(10);
renderer.setZoomRate(1.1f);
renderer.setPanEnabled(false, true);
renderer.setPanLimits(new double[]{0, 0, -1, 2652 + (2652 / 4)});
renderer.setZoomEnabled(false, true);
renderer.setFitLegend(true);
renderer.setBarSpacing(0.3f);
renderer.setInScroll(true);
renderer.setZoomButtonsVisible(false);
renderer.setExternalZoomEnabled(true);
renderer.setZoomRate(2);

What version of the product binary library are you using?
achartengine-1.1.0.jar

Please provide any additional information below.
see attachment from screen.
activity_launch_chart
overlapaxis

issue link in google code achartengine:
https://code.google.com/p/achartengine/issues/detail?id=403

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.