All Projects → alkhokhlov → Animatedgraph

alkhokhlov / Animatedgraph

Licence: mit
Animated Graph which you can include in your application to show information in more attractive way

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Animatedgraph

dev doctor
Free, opensource, serverless learning platform
Stars: ✭ 34 (-79.01%)
Mutual labels:  custom, customizable
Listplaceholder
ListPlaceholder is a swift library allows you to easily add facebook style animated loading placeholder to your tableviews or collection views.
Stars: ✭ 511 (+215.43%)
Mutual labels:  custom, customizable
Incrementproductview
Interesting concept of products incrementation
Stars: ✭ 262 (+61.73%)
Mutual labels:  custom, customizable
Customasm
💻 An assembler for custom, user-defined instruction sets! https://hlorenzi.github.io/customasm/web/
Stars: ✭ 211 (+30.25%)
Mutual labels:  custom, customizable
Hhcustomcorner
Awesome library to customize corners of UIView and UIButton. Now you can customize each corner differently
Stars: ✭ 36 (-77.78%)
Mutual labels:  custom, customizable
analogclock
🕰 A customizable analog clock built using React
Stars: ✭ 16 (-90.12%)
Mutual labels:  custom, customizable
Ttsegmentedcontrol
An elegant, animated and customizable segmented control for iOS created by Tapptitude
Stars: ✭ 471 (+190.74%)
Mutual labels:  customizable, animated
FluentTransitions
▶ Smooth UI animations & transitions for .NET
Stars: ✭ 27 (-83.33%)
Mutual labels:  animated, coreanimation
Aiflatswitch
Nicely animated flat design switch alternative to UISwitch
Stars: ✭ 904 (+458.02%)
Mutual labels:  custom, animated
Django Admin Interface
django's default admin interface made customizable. popup windows replaced by modals. :mage: ⚡️
Stars: ✭ 717 (+342.59%)
Mutual labels:  custom, customizable
Frameless Titlebar
Customizable Electron Titlebar for frameless windows
Stars: ✭ 167 (+3.09%)
Mutual labels:  custom, customizable
Mini Graph Card
Minimalistic graph card for Home Assistant Lovelace UI
Stars: ✭ 1,370 (+745.68%)
Mutual labels:  graph, custom
Neovim Init.vim
🏮 The perfect Neovim configuration for productive people who wants to level up their Vim experience with a clean, minimal-looking aesthetic, as well as a highly extensible, easily customizable set of popular tools and shortcuts to boost productivity. 🏮
Stars: ✭ 440 (+171.6%)
Mutual labels:  custom, customizable
React Scrollbars Custom
The best React custom scrollbars component
Stars: ✭ 576 (+255.56%)
Mutual labels:  custom, customizable
Progressbutton
Custom ProgressButton
Stars: ✭ 52 (-67.9%)
Mutual labels:  custom, coreanimation
Sortinganimation
A visual representation for sorting algorithms
Stars: ✭ 105 (-35.19%)
Mutual labels:  graph, animated
Neo4j Php Ogm
Neo4j Object Graph Mapper for PHP
Stars: ✭ 151 (-6.79%)
Mutual labels:  graph
Zmjtipview
Fully customisable tooltip view in Objective-C for iOS.
Stars: ✭ 156 (-3.7%)
Mutual labels:  custom
Nextlevel
NextLevel was initally a weekend project that has now grown into a open community of camera platform enthusists. The software provides foundational components for managing media recording, camera interface customization, gestural interaction customization, and image streaming on iOS. The same capabilities can also be found in apps such as Snapchat, Instagram, and Vine.
Stars: ✭ 1,940 (+1097.53%)
Mutual labels:  custom
Votemapswitzerland
A Swiss version of the famous visualization «Land doesn't vote, people do.»
Stars: ✭ 150 (-7.41%)
Mutual labels:  animated

AnimatedGraph

Animated Graph which you can include in your application to show information in more attractive way

  1. You need to download and import folder Graph to your project
  2. Add View to ViewController and choose classname GraphView
  3. Choose IBDesignable colors in Interface Builder
  4. Make IBOutlet of GraphView
  5. Configure GraphView with method
/// At first you need to configure graph with launch data.
///
/// - Parameters:
///   - points: Launch array of points
///   - columnNames: Bottom located column names.
///   - title: Title of graph
func configure(withPoints points: [Double], columnNames: [String]?, title: String?)


/// Animate Graph to min values
func animateToMinValues()

/// Use this method to animate graph with other points and column names.
/// - Parameters:
///   - points: Array of points
///   - columnNames: Array of column names
func animate(withPoints points: [Double], columnNames: [String]?)
  1. To animate use method
/// Use this method to animate graph with other points and column names.
/// - Parameters:
///   - points: Array of points
///   - columnNames: Array of column names
func animate(withPoints points: [Double], columnNames: [String]?)

If you have problems, just look at the example of usage in ViewController.swift

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].